MediaBrowser.ConnectionCallback.OnConnected Method

Definition

Invoked after MediaBrowser#connect() when the request has successfully completed.

[Android.Runtime.Register("onConnected", "()V", "GetOnConnectedHandler")]
public virtual void OnConnected ();
[<Android.Runtime.Register("onConnected", "()V", "GetOnConnectedHandler")>]
abstract member OnConnected : unit -> unit
override this.OnConnected : unit -> unit
Attributes

Remarks

Invoked after MediaBrowser#connect() when the request has successfully completed.

Java documentation for android.media.browse.MediaBrowser.ConnectionCallback.onConnected().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to