Package | com.adobe.webapis.flickr.methodgroups |
Class | public class Upload |
Method | Defined by | ||
---|---|---|---|
Upload(service:FlickrService)
Construct a new Upload "method group" class
| Upload | ||
checkTickets(tickets:Array):void
Checks the status of one or more asynchronous photo upload tickets.
| Upload |
Event | Summary | Defined by | ||
---|---|---|---|---|
Broadcast as a result of the checkTickets method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, contains an "uploadTickets" array of UploadTicket instances When success is false, contains an "error" FlickrError instance | Upload |
Upload | () | constructor |
public function Upload(service:FlickrService)
Construct a new Upload "method group" class
Parametersservice:FlickrService — The FlickrService this method group
is associated with.
|
checkTickets | () | method |
public function checkTickets(tickets:Array):void
Checks the status of one or more asynchronous photo upload tickets.
Parameterstickets:Array — An array of ticket ids (number or string)
|
See also
photosUploadCheckTickets | event |
com.adobe.webapis.flickr.events.FlickrResultEvent
Broadcast as a result of the checkTickets method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, contains an "uploadTickets" array of UploadTicket instances When success is false, contains an "error" FlickrError instance
See also