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