public static interface PhotoPlayer.OnPhotoPlayerListener
Modifier and Type | Method and Description |
---|---|
void |
onAddToList(JSONObject enqueuedItem) |
void |
onApplicationResume() |
void |
onApplicationSuspend() |
void |
onClearList() |
void |
onControlStatus(int volLevel,
Boolean muteStatus) |
void |
onCurrentPlaying(JSONObject currentItem,
String playerType) |
void |
onError(Error error) |
void |
onGetList(JSONArray queueList) |
void |
onMute() |
void |
onNext() |
void |
onPause() |
void |
onPlay() |
void |
onPlayerChange(String playerType) |
void |
onPlayerInitialized() |
void |
onPrevious() |
void |
onRemoveFromList(JSONObject dequeuedItem) |
void |
onStop() |
void |
onUnMute() |
void |
onVolumeChange(int level) |
void onPlayerInitialized()
void onPlayerChange(String playerType)
void onPlay()
void onPause()
void onStop()
void onMute()
void onUnMute()
void onNext()
void onPrevious()
void onControlStatus(int volLevel, Boolean muteStatus)
void onVolumeChange(int level)
void onAddToList(JSONObject enqueuedItem)
void onRemoveFromList(JSONObject dequeuedItem)
void onClearList()
void onGetList(JSONArray queueList)
void onCurrentPlaying(JSONObject currentItem, String playerType)
void onApplicationResume()
void onApplicationSuspend()
void onError(Error error)