Packagecom.tuarua.firebase.remoteconfig.events
Classpublic class RemoteConfigErrorEvent
InheritanceRemoteConfigErrorEvent Inheritance flash.events.ErrorEvent



Public Methods
 MethodDefined By
  
RemoteConfigErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, text:String, id:int = 0)
RemoteConfigErrorEvent
Public Constants
 ConstantDefined By
  ACTIVATE_ERROR : String = RemoteConfigErrorEvent.ActivateError
[static]
RemoteConfigErrorEvent
  FETCH_ERROR : String = RemoteConfigErrorEvent.FetchError
[static]
RemoteConfigErrorEvent
Constructor Detail
RemoteConfigErrorEvent()Constructor
public function RemoteConfigErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, text:String, id:int = 0)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
text:String
 
id:int (default = 0)
Constant Detail
ACTIVATE_ERRORConstant
public static const ACTIVATE_ERROR:String = RemoteConfigErrorEvent.ActivateError

FETCH_ERRORConstant 
public static const FETCH_ERROR:String = RemoteConfigErrorEvent.FetchError