LoaderQueueItem Class
Represents a single item in the loader queue
Item Index
Properties
- callback
- data
- priority
- PRIORITY_HIGH static
- PRIORITY_LOW static
- PRIORITY_NORMAL static
- progress
- url
Methods
destroy
()
public
Destroy this result
Properties
callback
Function
public
The callback function of the load, to call when the load as finished, takes one argument as result
data
public
Data associate with the load
priority
Int
public
The priority of this item
PRIORITY_HIGH
Int
public
final
static
Highest priority
PRIORITY_LOW
Int
public
final
static
Lowest priority
PRIORITY_NORMAL
Int
public
final
static
Normal priority, the default