Packagecom.myflashlab.air.extensions.firebase.remoteConfig
Classpublic class RemoteConfigEvents
InheritanceRemoteConfigEvents Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  result : int
[read-only]
RemoteConfigEvents
Public Constants
 ConstantDefined By
  FETCH_AND_ACTIVATE_RESULT : String = onFetchAndActivateResult
[static]
RemoteConfigEvents
  FETCH_RESULT : String = onFetchResult
[static] Deprecated, and will be removed in future versions.
RemoteConfigEvents
Property Detail
resultproperty
result:int  [read-only]


Implementation
    public function get result():int
Constant Detail
FETCH_AND_ACTIVATE_RESULTConstant
public static const FETCH_AND_ACTIVATE_RESULT:String = onFetchAndActivateResult

FETCH_RESULTConstant 
public static const FETCH_RESULT:String = onFetchResult

Deprecated, and will be removed in future versions. Instead use the callback function in RemoteConfig.fetch method.