MediaBrowser.ConnectionCallback.OnConnected Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.