| Package | com.tuarua.firebase.storage.events |
| Class | public class StorageErrorEvent |
| Inheritance | StorageErrorEvent flash.events.ErrorEvent |
| Method | Defined By | ||
|---|---|---|---|
StorageErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, text:String, id:int = 0) | StorageErrorEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ERROR : String = StorageErrorEvent.Error [static] | StorageErrorEvent | ||
| StorageErrorEvent | () | Constructor |
public function StorageErrorEvent(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) |
| ERROR | Constant |
public static const ERROR:String = StorageErrorEvent.Error