Package | com.myflashlab.air.extensions.firebase.remoteConfig |
Class | public class RemoteConfigEvents |
Inheritance | RemoteConfigEvents flash.events.Event |
Property | Defined By | ||
---|---|---|---|
result : int [read-only] | RemoteConfigEvents |
Constant | Defined By | ||
---|---|---|---|
FETCH_AND_ACTIVATE_RESULT : String = onFetchAndActivateResult [static] | RemoteConfigEvents | ||
FETCH_RESULT : String = onFetchResult [static]
Deprecated, and will be removed in future versions. | RemoteConfigEvents |
result | property |
result:int
[read-only] public function get result():int
FETCH_AND_ACTIVATE_RESULT | Constant |
public static const FETCH_AND_ACTIVATE_RESULT:String = onFetchAndActivateResult
FETCH_RESULT | Constant |
public static const FETCH_RESULT:String = onFetchResult
Deprecated, and will be removed in future versions. Instead use the callback function in
RemoteConfig.fetch
method.