Packagecom.distriqt.extension.flurry
Classpublic final class Flurry
InheritanceFlurry Inheritance flash.events.EventDispatcher

This class represents the Flurry extension.



Public Properties
 PropertyDefined By
  analytics : FlurryAnalytics
[read-only] Access to Flurry Analytics functionality.
Flurry
  implementation : String
[read-only] The implementation currently in use.
Flurry
  isSupported : Boolean
[static] [read-only] Whether the current device supports the extensions functionality
Flurry
  nativeVersion : String
[read-only] The native version string of the native extension.
Flurry
  service : Flurry
[static] [read-only] The singleton instance of the Flurry class.
Flurry
  version : String
[read-only] The version of this extension.
Flurry
Public Methods
 MethodDefined By
  
Constructor You should not call this directly, but instead use the singleton access
Flurry
  
dispose():void
Disposes the extension and releases any allocated resources.
Flurry
  
init(key:String):void
Deprecated: You no longer need to use an application key
[static] Initialises the extension class for use with the provided key.
Flurry
Public Constants
 ConstantDefined By
  EXT_CONTEXT_ID : String = com.distriqt.Flurry
[static]
Flurry
  VERSION : String = 7.1.0
[static]
Flurry
Property Detail
analyticsproperty
analytics:FlurryAnalytics  [read-only]

Access to Flurry Analytics functionality.


Implementation
    public function get analytics():FlurryAnalytics
implementationproperty 
implementation:String  [read-only]

The implementation currently in use. This should be one of the following depending on the platform in use and the functionality supported by this extension:


Implementation
    public function get implementation():String
isSupportedproperty 
isSupported:Boolean  [read-only]

Whether the current device supports the extensions functionality


Implementation
    public static function get isSupported():Boolean
nativeVersionproperty 
nativeVersion:String  [read-only]

The native version string of the native extension.


Implementation
    public function get nativeVersion():String
serviceproperty 
service:Flurry  [read-only]

The singleton instance of the Flurry class.


Implementation
    public static function get service():Flurry

Throws
Error — If there was a problem creating or accessing the extension, or if the key is invalid
versionproperty 
version:String  [read-only]

The version of this extension.

This should be of the format, MAJOR.MINOR.BUILD


Implementation
    public function get version():String
Constructor Detail
Flurry()Constructor
public function Flurry()

Constructor You should not call this directly, but instead use the singleton access

Method Detail
dispose()method
public function dispose():void

Disposes the extension and releases any allocated resources. Once this function has been called, a call to init is neccesary again before any of the extensions functionality will work.

init()method 
public static function init(key:String):void
Deprecated: You no longer need to use an application key

Initialises the extension class for use with the provided key.

Parameters

key:String


Throws
Error — If there was a problem creating or accessing the extension, or if the key is invalid
Constant Detail
EXT_CONTEXT_IDConstant
public static const EXT_CONTEXT_ID:String = com.distriqt.Flurry

VERSIONConstant 
public static const VERSION:String = 7.1.0