TvInteractiveAppService.Session.RequestSelectedTrackInfo 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.
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)
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.