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 Type
    Method
    Description
    void
    Method called when the request fails
    void
    Method called when the request has a successful response
    void
    onSuccess(T list)
    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

      void onSuccess(T list)
      Method called when the request has a successful response with a list to return
    • onFailure

      void onFailure(AudioEverywhereException exception)
      Method called when the request fails