API Documentation for: 1.1.23
Show:

LoaderQueueItem Class

Defined in: LoaderQueueItem:8
Namespace: cloudkid

Represents a single item in the loader queue

Item Index

Methods

Methods

destroy

() public

Defined in destroy:103

Destroy this result

toString

() String public

Defined in toString:92

Represent this object as a string

Returns:

String:

The string representation of this object

Properties

callback

Function public

Defined in callback:59

The callback function of the load, to call when the load as finished, takes one argument as result

data

public

Defined in data:52

Data associate with the load

priority

Int public

Defined in priority:67

The priority of this item

PRIORITY_HIGH

Int public final static

Defined in PRIORITY_HIGH:18

Highest priority

PRIORITY_LOW

Int public final static

Defined in PRIORITY_LOW:36

Lowest priority

PRIORITY_NORMAL

Int public final static

Defined in PRIORITY_NORMAL:27

Normal priority, the default

progress

Number public

Defined in progress:74

The amount we've loaded so far, from 0 to 1

url

String public

Defined in url:45

The url of the load