TvInteractiveAppService.Session.RequestSelectedTrackInfo Method

Definition

Requests a list of the currently selected TvTrackInfo from the TV App.

[Android.Runtime.Register("requestSelectedTrackInfo", "()V", "GetRequestSelectedTrackInfoHandler", ApiSince=36)]
public virtual void RequestSelectedTrackInfo();
[<Android.Runtime.Register("requestSelectedTrackInfo", "()V", "GetRequestSelectedTrackInfoHandler", ApiSince=36)>]
abstract member RequestSelectedTrackInfo : unit -> unit
override this.RequestSelectedTrackInfo : unit -> unit
Attributes

Remarks

Requests a list of the currently selected TvTrackInfo from the TV App.

Normally, track info cannot be synchronized until the channel has been changed. This is used when the session of the TvInteractiveAppService is newly created and the normal synchronization has not happened yet.

The track info will be returned in #onSelectedTrackInfo(List)

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.requestSelectedTrackInfo().

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