Package | com.myflashlab.air.extensions.firebase.storage |
Class | public class StorageEvents |
Inheritance | StorageEvents flash.events.Event |
Property | Defined By | ||
---|---|---|---|
bytes : ByteArray [read-only] | StorageEvents | ||
error : Error [read-only] | StorageEvents | ||
errorCode : int [read-only] | StorageEvents | ||
files : String [read-only] | StorageEvents | ||
metadata : StorageMetadata [read-only] | StorageEvents | ||
msg : String [read-only] | StorageEvents | ||
url : String [read-only] | StorageEvents |
Constant | Defined By | ||
---|---|---|---|
TASK_CANCELED : String = onTaskCanceled [static] | StorageEvents | ||
TASK_COMPLETE : String = onTaskComplete [static] | StorageEvents | ||
TASK_FAILED : String = onTaskFailed [static] | StorageEvents | ||
TASK_PAUSED : String = onTaskPaused [static] | StorageEvents | ||
TASK_PROGRESS : String = onTaskProgress [static] | StorageEvents | ||
TASK_SUCCESS : String = onTaskSuccess [static] | StorageEvents |
bytes | property |
bytes:ByteArray
[read-only] public function get bytes():ByteArray
error | property |
error:Error
[read-only] public function get error():Error
errorCode | property |
errorCode:int
[read-only] public function get errorCode():int
files | property |
files:String
[read-only] public function get files():String
metadata | property |
msg | property |
msg:String
[read-only] public function get msg():String
url | property |
url:String
[read-only] public function get url():String
TASK_CANCELED | Constant |
public static const TASK_CANCELED:String = onTaskCanceled
TASK_COMPLETE | Constant |
public static const TASK_COMPLETE:String = onTaskComplete
TASK_FAILED | Constant |
public static const TASK_FAILED:String = onTaskFailed
TASK_PAUSED | Constant |
public static const TASK_PAUSED:String = onTaskPaused
TASK_PROGRESS | Constant |
public static const TASK_PROGRESS:String = onTaskProgress
TASK_SUCCESS | Constant |
public static const TASK_SUCCESS:String = onTaskSuccess