TvInteractiveAppView.SendSelectedTrackInfo(IList<TvTrackInfo>) 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.
Sends the currently selected track info to the TV Interactive App in response to a
TvInteractiveAppCallback#onRequestSelectedTrackInfo(String) request.
[Android.Runtime.Register("sendSelectedTrackInfo", "(Ljava/util/List;)V", "GetSendSelectedTrackInfo_Ljava_util_List_Handler", ApiSince=36)]
public virtual void SendSelectedTrackInfo(System.Collections.Generic.IList<Android.Media.TV.TvTrackInfo>? tracks);
[<Android.Runtime.Register("sendSelectedTrackInfo", "(Ljava/util/List;)V", "GetSendSelectedTrackInfo_Ljava_util_List_Handler", ApiSince=36)>]
abstract member SendSelectedTrackInfo : System.Collections.Generic.IList<Android.Media.TV.TvTrackInfo> -> unit
override this.SendSelectedTrackInfo : System.Collections.Generic.IList<Android.Media.TV.TvTrackInfo> -> unit
Parameters
- tracks
- IList<TvTrackInfo>
list of TvTrackInfo of the currently selected track(s)
- Attributes
Remarks
Sends the currently selected track info to the TV Interactive App in response to a TvInteractiveAppCallback#onRequestSelectedTrackInfo(String) request.
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.