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

Contains the methods for the Test 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 Test "method group" class
Test
  
echo(... params):void
A testing method which echo's all paramaters back in the response.
Test
  
login():void
A testing method which checks if the caller is logged in then returns their username.
Test
Events
 EventSummaryDefined by
   Broadcast as a result of the echo method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, an XML object like the following: flickr.test.echo value value When success is false, contains an "error" FlickrError instance Test
   Broadcast as a result of the login method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User instance When success is false, contains an "error" FlickrError instance Test
Constructor detail
Test()constructor
public function Test(service:FlickrService)

Construct a new Test "method group" class

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

A testing method which echo's all paramaters back in the response.

Parameters
... params

See also

login()method 
public function login():void

A testing method which checks if the caller is logged in then returns their username.

See also

Event detail
testEchoevent 
Event object type: com.adobe.webapis.flickr.events.FlickrResultEvent

Broadcast as a result of the echo method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, an XML object like the following: flickr.test.echo value value When success is false, contains an "error" FlickrError instance

See also

echo
com.adobe.service.flickr.FlickrError
com.adobe.service.flickr.NameValuePair
testLoginevent  
Event object type: com.adobe.webapis.flickr.events.FlickrResultEvent

Broadcast as a result of the login method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User instance When success is false, contains an "error" FlickrError instance

See also

login
com.adobe.service.flickr.FlickrError