public static class MediaBrowser.ConnectionCallback extends Object
Constructor and Description |
---|
ConnectionCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onConnected()
Invoked after
MediaBrowser.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()
MediaBrowser.connect()
when the request has successfully completed.public void onConnectionSuspended()
public void onConnectionFailed()