Sdílet prostřednictvím


TvInteractiveAppView.SendTrackInfoList(IList<TvTrackInfo>) Method

Definition

Sends track info list to related TV interactive app.

[Android.Runtime.Register("sendTrackInfoList", "(Ljava/util/List;)V", "GetSendTrackInfoList_Ljava_util_List_Handler", ApiSince=33)]
public virtual void SendTrackInfoList (System.Collections.Generic.IList<Android.Media.TV.TvTrackInfo>? tracks);
[<Android.Runtime.Register("sendTrackInfoList", "(Ljava/util/List;)V", "GetSendTrackInfoList_Ljava_util_List_Handler", ApiSince=33)>]
abstract member SendTrackInfoList : System.Collections.Generic.IList<Android.Media.TV.TvTrackInfo> -> unit
override this.SendTrackInfoList : System.Collections.Generic.IList<Android.Media.TV.TvTrackInfo> -> unit

Parameters

tracks
IList<TvTrackInfo>
Attributes

Remarks

Sends track info list to related TV interactive app.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.sendTrackInfoList(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