| Package | com.tuarua.firebase.remoteconfig.events |
| Class | public class RemoteConfigErrorEvent |
| Inheritance | RemoteConfigErrorEvent flash.events.ErrorEvent |
| Method | Defined By | ||
|---|---|---|---|
RemoteConfigErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, text:String, id:int = 0) | RemoteConfigErrorEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ACTIVATE_ERROR : String = RemoteConfigErrorEvent.ActivateError [static] | RemoteConfigErrorEvent | ||
| FETCH_ERROR : String = RemoteConfigErrorEvent.FetchError [static] | RemoteConfigErrorEvent | ||
| RemoteConfigErrorEvent | () | Constructor |
public function RemoteConfigErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, text:String, id:int = 0)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
text:String | |
id:int (default = 0) |
| ACTIVATE_ERROR | Constant |
public static const ACTIVATE_ERROR:String = RemoteConfigErrorEvent.ActivateError| FETCH_ERROR | Constant |
public static const FETCH_ERROR:String = RemoteConfigErrorEvent.FetchError