MediaController2.ConnectedToken Property
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.
Returns Session2Token
of the connected session.
public virtual Android.Media.Session2Token? ConnectedToken { [Android.Runtime.Register("getConnectedToken", "()Landroid/media/Session2Token;", "GetGetConnectedTokenHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getConnectedToken", "()Landroid/media/Session2Token;", "GetGetConnectedTokenHandler", ApiSince=29)>]
member this.ConnectedToken : Android.Media.Session2Token
Property Value
Session2Token of the connected session, or null
if not connected
- Attributes
Remarks
Java documentation for android.media.MediaController2.getConnectedToken()
.
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.