# Print output for @column tags ?>
public
static
class
MediaBrowser.ConnectionCallback
extends Object
java.lang.Object | |
↳ | android.media.browse.MediaBrowser.ConnectionCallback |
Callbacks for connection related events.
Public constructors | |
---|---|
ConnectionCallback()
|
Public methods | |
---|---|
void
|
onConnected()
Invoked after |
void
|
onConnectionFailed()
Invoked when the connection to the media browser failed. |
void
|
onConnectionSuspended()
Invoked when the client is disconnected from the media browser. |
Inherited methods | |
---|---|
public ConnectionCallback ()
public void onConnected ()
Invoked after MediaBrowser#connect()
when the request has successfully completed.
public void onConnectionFailed ()
Invoked when the connection to the media browser failed.
public void onConnectionSuspended ()
Invoked when the client is disconnected from the media browser.