JetPlayer.IOnJetEventListener.OnJetUserIdUpdate 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.
Callback for when JET's currently playing segment's userID is updated.
[Android.Runtime.Register("onJetUserIdUpdate", "(Landroid/media/JetPlayer;II)V", "GetOnJetUserIdUpdate_Landroid_media_JetPlayer_IIHandler:Android.Media.JetPlayer/IOnJetEventListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnJetUserIdUpdate (Android.Media.JetPlayer? player, int userId, int repeatCount);
[<Android.Runtime.Register("onJetUserIdUpdate", "(Landroid/media/JetPlayer;II)V", "GetOnJetUserIdUpdate_Landroid_media_JetPlayer_IIHandler:Android.Media.JetPlayer/IOnJetEventListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnJetUserIdUpdate : Android.Media.JetPlayer * int * int -> unit
Parameters
- player
- JetPlayer
the JET player the status update is coming from
- userId
- Int32
the ID of the currently playing segment
- repeatCount
- Int32
the repetition count for the segment (0 means it plays once)
- Attributes
Remarks
Callback for when JET's currently playing segment's userID is updated.
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.