| Package | com.tuarua.firebase |
| Class | public final class Performance |
| Inheritance | Performance flash.events.EventDispatcher |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
dispose():void [static] Disposes the ANE | Performance | ||
init():void [static] | Performance | ||
| isDataCollectionEnabled | property |
isDataCollectionEnabled:BooleanControls 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.
public static function get isDataCollectionEnabled():Boolean public static function set isDataCollectionEnabled(value:Boolean):void| isInstrumentationEnabled | property |
isInstrumentationEnabled:BooleanControls 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.
public static function get isInstrumentationEnabled():Boolean public static function set isInstrumentationEnabled(value:Boolean):void| dispose | () | method |
public static function dispose():voidDisposes the ANE
| init | () | method |
public static function init():void