TvInteractiveAppService.Session.OnTrackSelected(Int32, String) Method

Definition

Called when the corresponding TV input selected to a track.

[Android.Runtime.Register("onTrackSelected", "(ILjava/lang/String;)V", "GetOnTrackSelected_ILjava_lang_String_Handler", ApiSince=33)]
public virtual void OnTrackSelected (int type, string trackId);
[<Android.Runtime.Register("onTrackSelected", "(ILjava/lang/String;)V", "GetOnTrackSelected_ILjava_lang_String_Handler", ApiSince=33)>]
abstract member OnTrackSelected : int * string -> unit
override this.OnTrackSelected : int * string -> unit

Parameters

type
Int32
trackId
String
Attributes

Remarks

Called when the corresponding TV input selected to a track.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.onTrackSelected(int, java.lang.String).

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