Share via


TvInteractiveAppView.SendSelectedTrackInfo(IList<TvTrackInfo>) Method

Definition

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.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.sendSelectedTrackInfo(java.util.List<android.media.tv.TvTrackInfo>).

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