Package | com.adobe.webapis.flickr.methodgroups |
Class | public class Contacts |
Method | Defined by | ||
---|---|---|---|
Contacts(service:FlickrService)
Construct a new Contacts "method group" class
| Contacts | ||
getList():void
Get a list of contacts for the calling user.
| Contacts | ||
getPublicList(user_id:String):void
Get the contact list for a user.
| Contacts |
Event | Summary | Defined by | ||
---|---|---|---|---|
Broadcast as a result of the getList 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 a "contacts" array of User instances When success is false, contains an "error" FlickrError instance | Contacts | |||
Broadcast as a result of the getPublicList 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 a "contacts" array of User instances When success is false, contains an "error" FlickrError instance | Contacts |
Contacts | () | constructor |
public function Contacts(service:FlickrService)
Construct a new Contacts "method group" class
Parametersservice:FlickrService — The FlickrService this method group
is associated with.
|
getList | () | method |
public function getList():void
Get a list of contacts for the calling user. This method requires authentication with READ permission.
See also
getPublicList | () | method |
public function getPublicList(user_id:String):void
Get the contact list for a user.
Parametersuser_id:String — The NSID of the user to fetch the contact list for
|
See also
contactsGetList | event |
com.adobe.webapis.flickr.events.FlickrResultEvent
Broadcast as a result of the getList 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 a "contacts" array of User instances When success is false, contains an "error" FlickrError instance
See also
contactsGetPublicList | event |
com.adobe.webapis.flickr.events.FlickrResultEvent
Broadcast as a result of the getPublicList 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 a "contacts" array of User instances When success is false, contains an "error" FlickrError instance
See also