public
static
class
MediaBrowserCompat.ConnectionCallback
extends Object
java.lang.Object | |
↳ | android.support.v4.media.MediaBrowserCompat.ConnectionCallback |
Callbacks for connection related events.
Public constructors | |
---|---|
MediaBrowserCompat.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 | |
---|---|
From
class
java.lang.Object
|
MediaBrowserCompat.ConnectionCallback ()
void onConnected ()
Invoked after 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.