Interface AudioEverywhereResponseHandler<T>
public interface AudioEverywhereResponseHandler<T>
Interface that will handle the playback status of the current session, will notify the receiver if
the playback was successful (the playback started) or failure (Something has happened)
- Since:
- 7/4/14
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFailure
(AudioEverywhereException exception) Method called when the request failsvoid
Method called when the request has a successful responsevoid
Method called when the request has a successful response with a list to return
-
Method Details
-
onSuccess
void onSuccess()Method called when the request has a successful response -
onSuccess
Method called when the request has a successful response with a list to return -
onFailure
Method called when the request fails
-