- 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.