public static class MediaBrowserCompat.ConnectionCallback extends Object
Constructor and Description |
---|
ConnectionCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onConnected()
Invoked after
MediaBrowserCompat.connect() when the request has successfully
completed. |
void |
onConnectionFailed()
Invoked when the connection to the media browser failed.
|
void |
onConnectionSuspended()
Invoked when the client is disconnected from the media browser.
|
public void onConnected()
MediaBrowserCompat.connect()
when the request has successfully
completed.public void onConnectionSuspended()
public void onConnectionFailed()