Skip navigation links
A C D E F G H I L O P S T U W 

A

addImage(String, int, int) - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
Adds an image.
addImage(String, int) - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
Adds an image.

C

CREATOR - Static variable in class ly.kite.facebookphotopicker.FacebookAgent.SelectableImage
 

D

describeContents() - Method in class ly.kite.facebookphotopicker.FacebookAgent.SelectableImage
 

E

endCustomerSession() - Static method in class ly.kite.facebookphotopicker.FacebookPhotoPicker
Ends a customer session.
equals(Object) - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
Returns true if this photo equals the other photo.
equals(Object) - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo.Image
 
EXTRA_SELECTED_PHOTOS - Static variable in class ly.kite.facebookphotopicker.FacebookPhotoPicker
 

F

FacebookAgent - Class in ly.kite.facebookphotopicker
This class is an agent for the Facebook APIs.
FacebookAgent.Album - Class in ly.kite.facebookphotopicker
This class represents a Facebook album.
FacebookAgent.ICallback - Interface in ly.kite.facebookphotopicker
A callback interface.
FacebookAgent.Photo - Class in ly.kite.facebookphotopicker
This class represents a Facebook photo.
FacebookAgent.Photo.Image - Class in ly.kite.facebookphotopicker
A representation of the photo at a particular size.
FacebookAgent.SelectableImage - Class in ly.kite.facebookphotopicker
A selectable image.
FacebookPhotoPicker - Class in ly.kite.facebookphotopicker
This class is the gateway to the Facebook photo picker functionality.
FacebookPhotoPicker() - Constructor for class ly.kite.facebookphotopicker.FacebookPhotoPicker
 
FacebookPhotoPickerActivity - Class in ly.kite.facebookphotopicker
This activity is the Facebook photo picker.
FacebookPhotoPickerActivity() - Constructor for class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
 
facOnAlbumsSuccess(List<FacebookAgent.Album>, boolean) - Method in interface ly.kite.facebookphotopicker.FacebookAgent.ICallback
 
facOnAlbumsSuccess(List<FacebookAgent.Album>, boolean) - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Called when albums were successfully retrieved.
facOnCancel() - Method in interface ly.kite.facebookphotopicker.FacebookAgent.ICallback
 
facOnCancel() - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Called when photo retrieval was cancelled.
facOnError(Exception) - Method in interface ly.kite.facebookphotopicker.FacebookAgent.ICallback
 
facOnError(Exception) - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Called when there was an error retrieving photos.
facOnPhotosSuccess(List<FacebookAgent.Photo>, boolean) - Method in interface ly.kite.facebookphotopicker.FacebookAgent.ICallback
 
facOnPhotosSuccess(List<FacebookAgent.Photo>, boolean) - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Called when photos were successfully retrieved.

G

getBestImageURL(int, int) - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
Returns the URL of the image is best suited to the supplied required dimensions.
getFullURL() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
Returns the URL of the full image.
getImageURLString() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Album
...
getImageURLString() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
 
getImageURLString() - Method in class ly.kite.facebookphotopicker.FacebookAgent.SelectableImage
 
getInstance(Activity) - Static method in class ly.kite.facebookphotopicker.FacebookAgent
Returns an instance of this agent.
getKey() - Method in class ly.kite.facebookphotopicker.FacebookAgent.SelectableImage
 
getKeyIfParent() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Album
 
getKeyIfParent() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
 
getLabel() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Album
 
getLabel() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
 
getResultPhotos(Intent) - Static method in class ly.kite.facebookphotopicker.FacebookPhotoPicker
Returns an array of picked photos.
getSelectableItem() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Album
 
getSelectableItem() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
 
getSelectedCount(LinkedHashMap<String, ISelectableItem>) - Method in class ly.kite.facebookphotopicker.FacebookAgent.Album
 
getSelectedCount(LinkedHashMap<String, ISelectableItem>) - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
 
getThumbnailURL() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
Returns the URL of the thumbnail image.

H

hashCode() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
Returns a hash code for this photo.

I

Image(URL, int, int) - Constructor for class ly.kite.facebookphotopicker.FacebookAgent.Photo.Image
 
Image(URL, int) - Constructor for class ly.kite.facebookphotopicker.FacebookAgent.Photo.Image
 

L

loadThumbnailImageInto(Context, ImageView) - Method in class ly.kite.facebookphotopicker.FacebookAgent.Album
 
loadThumbnailImageInto(Context, ImageView) - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo
 
ly.kite.facebookphotopicker - package ly.kite.facebookphotopicker
 

O

onActivityResult(int, int, Intent) - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Called when an activity returns a result.
onCreate(Bundle) - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Called when the activity is created.
onCreateOptionsMenu(Menu) - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Called when the options menu is created.
onLoadMoreItems(int, String) - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
 
onOptionsItemSelected(MenuItem) - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Called when an options menu item (action) is selected.
onResume() - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Called when the activity gains focus.
onSetDepth(int, String) - Method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
 

P

Photo(String) - Constructor for class ly.kite.facebookphotopicker.FacebookAgent.Photo
 
Photo(String, String, int) - Constructor for class ly.kite.facebookphotopicker.FacebookAgent.Photo
 

S

startForResult(Activity, int, int) - Static method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Starts this activity, returning the result to a calling activity.
startForResult(Fragment, int, int) - Static method in class ly.kite.facebookphotopicker.FacebookPhotoPickerActivity
Starts this activity, returning the result to a calling fragment.
startPhotoPickerForResult(Fragment, int, int) - Static method in class ly.kite.facebookphotopicker.FacebookPhotoPicker
Starts the Facebook photo picker.

T

toString() - Method in class ly.kite.facebookphotopicker.FacebookAgent.Photo.Image
 

U

UNKNOWN_DIMENSION - Static variable in class ly.kite.facebookphotopicker.FacebookAgent.Photo.Image
 

W

writeToParcel(Parcel, int) - Method in class ly.kite.facebookphotopicker.FacebookAgent.SelectableImage
 
A C D E F G H I L O P S T U W 
Skip navigation links