| Package | com.distriqt.extension.facebook.graphapi |
| Interface | public interface GraphRequestBatch extends flash.events.IEventDispatcher |
Represents a batch of GraphRequests that can be made to the Graph API
You should use the GraphRequestBatchBuilder to create instances of this class.
See also
| Property | Defined By | ||
|---|---|---|---|
| onComplete : Function [write-only]
Complete callback function
| GraphRequestBatch | ||
| Method | Defined By | ||
|---|---|---|---|
addRequest(request:GraphRequest):void
Add a request to this batch
| GraphRequestBatch | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when a graph API request batch is completed. | GraphRequestBatch | |||
| onComplete | property |
onComplete:Function [write-only] Complete callback function
public function set onComplete(value:Function):void| addRequest | () | method |
public function addRequest(request:GraphRequest):voidAdd a request to this batch
Parameters
request:GraphRequest |
| facebook_graphrequest_batch_complete | Event |
com.distriqt.extension.facebook.graphapi.events.GraphRequestEventcom.distriqt.extension.facebook.graphapi.events.GraphRequestEvent.BATCH_COMPLETE
Dispatched when a graph API request batch is completed.