Packagecom.tuarua.firebase
Classpublic final class Performance
InheritancePerformance Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  isDataCollectionEnabled : Boolean
[static] Controls the capture of performance data.
Performance
  isInstrumentationEnabled : Boolean
[static] Controls the instrumentation of the app to capture performance data.
Performance
Public Methods
 MethodDefined By
  
dispose():void
[static] Disposes the ANE
Performance
  
init():void
[static]
Performance
Property Detail
isDataCollectionEnabledproperty
isDataCollectionEnabled:Boolean

Controls the capture of performance data. When this value is set to NO, none of the performance data will sent to the server. Default is true. This setting is persisted, and is applied on future invocations of your application. Once explicitly set, it overrides any settings in your Info.plist.


Implementation
    public static function get isDataCollectionEnabled():Boolean
    public static function set isDataCollectionEnabled(value:Boolean):void
isInstrumentationEnabledproperty 
isInstrumentationEnabled:Boolean

Controls the instrumentation of the app to capture performance data. When this value is set to NO, the app will not be instrumented to collect performance data (in scenarios like app_start, networking monitoring). Default is true. This setting is persisted, and is applied on future invocations of your application. Once explicitly set, it overrides any settings in your Info.plist.


Implementation
    public static function get isInstrumentationEnabled():Boolean
    public static function set isInstrumentationEnabled(value:Boolean):void
Method Detail
dispose()method
public static function dispose():void

Disposes the ANE

init()method 
public static function init():void