Packagecom.adobe.webapis.flickr.methodgroups
Classpublic class Upload

Contains the methods for the Upload method group in the Flickr API. Even though the events are listed here, they're really broadcast from the FlickrService instance itself to make using the service easier.



Public Methods
 MethodDefined by
  
Construct a new Upload "method group" class
Upload
  
checkTickets(tickets:Array):void
Checks the status of one or more asynchronous photo upload tickets.
Upload
Events
 EventSummaryDefined 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
Constructor detail
Upload()constructor
public function Upload(service:FlickrService)

Construct a new Upload "method group" class

Parameters
service:FlickrService — The FlickrService this method group is associated with.
Method detail
checkTickets()method
public function checkTickets(tickets:Array):void

Checks the status of one or more asynchronous photo upload tickets.

Parameters
tickets:Array — An array of ticket ids (number or string)

See also

Event detail
photosUploadCheckTicketsevent 
Event object type: 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

checkTickets
com.adobe.service.flickr.FlickrError