Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
O
 onAPIResponse
 onContactsGetList, com. kelvinluck. flickr. FlickrResponseListener
 onContactsGetPublicList, com. kelvinluck. flickr. FlickrResponseListener
 onError, com. kelvinluck. flickr. FlickrResponseListener
 onFavoritesAdd, com. kelvinluck. flickr. FlickrResponseListener
 onFavoritesGetList, com. kelvinluck. flickr. FlickrResponseListener
 onFavoritesGetPublicList, com. kelvinluck. flickr. FlickrResponseListener
 onFavoritesRemove, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleFindByEmail, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleFindByUsername, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleGetInfo, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleGetOnlineList, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleGetPublicGroups, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleGetPublicPhotos, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosAddTags, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetContactsPhotos, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetContactsPublicPhotos, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetContext, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetCounts, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetExif, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetInfo, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetNotInSet, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetPerms, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetRecent, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetSizes, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetUntagged, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosRemoveTag, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosSearch, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosSetDates, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosSetMeta, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosSetPerms, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosSetTags, com. kelvinluck. flickr. FlickrResponseListener
 onTagsGetListPhoto, com. kelvinluck. flickr. FlickrResponseListener
 onTagsGetListUser, com. kelvinluck. flickr. FlickrResponseListener
 onTagsGetListUserPopular, com. kelvinluck. flickr. FlickrResponseListener
 onTagsGetRelated, com. kelvinluck. flickr. FlickrResponseListener
 onTestEcho, com. kelvinluck. flickr. FlickrResponseListener
 onTestLogin, com. kelvinluck. flickr. FlickrResponseListener
private function onAPIResponse(success: Boolean):Void
Called internally on recepit of a response from a request to the REST_ENDPOINT.
function onAPIResponse(eventObject: Object)
Internal function which deals with a response from a Flickr API call and forwards any relevant arguments to the relevant function.
function onContactsGetList(contacts: Array)
Called when there is a response from a call to flickr.contacts.getList.
function onContactsGetPublicList(user: Person)
Called when there is a response from a call to flickr.contacts.getPublicList.
function onError(errorCode: Number,
errorDescription: String,
method: String)
Called when the Flickr API returns an error code..
function onFavoritesAdd(photo: Photo,
email: String)
Called when there is a response from a call to flickr.favorites.add.
function onFavoritesGetList(user: Person,
email: String)
Called when there is a response from a call to flickr.favorites.getList.
function onFavoritesGetPublicList(user: Person)
Called when there is a response from a call to flickr.favorites.getPublicList.
function onFavoritesRemove(photo: Photo,
email: String)
Called when there is a response from a call to flickr.favorites.remove.
function onPeopleFindByEmail(email: String,
person: Person)
Called when there is a response from a call to flickr.people.findByEmail.
function onPeopleFindByUsername(username: String,
person: Person)
Called when there is a response from a call to flickr.people.findByUsername.
function onPeopleGetInfo(nsid: String,
person: Person)
Called when there is a response from a call to flickr.people.getInfo.
function onPeopleGetOnlineList(onlineList: Array)
Called when there is a response from a call to flickr.people.getOnlineList.
function onPeopleGetPublicGroups(person: Person)
Called when there is a response from a call to flickr.people.getPublicGroups.
function onPeopleGetPublicPhotos(person: Person)
Called when there is a response from a call to flickr.people.getPublicPhotos.
function onPhotosAddTags(photo: Photo,
tags: String,
email: String)
Called when there is a response from a call to flickr.photos.addTags.
function onPhotosGetContactsPhotos(photos: Array)
Called when there is a response from a call to flickr.people.getContactsPhotos.
function onPhotosGetContactsPublicPhotos(person: Person,
photos: Array)
Called when there is a response from a call to flickr.people.getContactsPhotos.
function onPhotosGetContext(photo: Photo)
Called when there is a response from a call to flickr.people.getContext.
function onPhotosGetCounts(counts: Array)
Called when there is a response from a call to flickr.people.getCounts.
function onPhotosGetExif(photo: Photo)
Called when there is a response from a call to flickr.people.getExif.
function onPhotosGetInfo(photo: Photo)
Called when there is a response from a call to flickr.people.getInfo.
function onPhotosGetNotInSet(photos: Array)
Called when there is a response from a call to flickr.people.getPhotosNotInSet.
function onPhotosGetPerms(photo: Array)
Called when there is a response from a call to flickr.people.getPerms.
function onPhotosGetRecent(photos: Array)
Called when there is a response from a call to flickr.people.getRecent.
function onPhotosGetSizes(photo: Photo)
Called when there is a response from a call to flickr.people.getSizes.
function onPhotosGetUntagged(photos: Array)
Called when there is a response from a call to flickr.people.getUntagged.
function onPhotosRemoveTag(tagId: Number,
email: String)
Called when there is a response from a call to flickr.people.removeTag.
function onPhotosSearch(photos: Array)
Called when there is a response from a call to flickr.people.search.
function onPhotosSetDates(photo: Photo)
Called when there is a response from a call to flickr.people.setDates.
function onPhotosSetMeta(photo: Photo)
Called when there is a response from a call to flickr.people.setMeta.
function onPhotosSetPerms(photo: Photo)
Called when there is a response from a call to flickr.people.setPerms.
function onPhotosSetTags(photo: Photo)
Called when there is a response from a call to flickr.people.setTags.
function onTagsGetListPhoto(photo: Photo)
Called when there is a response from a call to flickr.tags.tagsGetListPhoto.
function onTagsGetListUser(person: Person,
tags: Array)
Called when there is a response from a call to flickr.tags.getListUser.
function onTagsGetListUserPopular(tagUserId: String,
tags: Array)
Called when there is a response from a call to flickr.tags.getListUserPopular.
function onTagsGetRelated(tagSource: String,
tags: Array)
Called when there is a response from a call to flickr.tags.tagsGetRelated.
function onTestEcho(params: Object)
Called when there is a response from a call to flickr.test.echo.
function onTestLogin(userId: String,
username: String)
Called when there is a response from a call to flickr.test.login