TvInteractiveAppService.Session.OnTuned(Uri) Method

Definition

Called when the corresponding TV input tuned to a channel.

[Android.Runtime.Register("onTuned", "(Landroid/net/Uri;)V", "GetOnTuned_Landroid_net_Uri_Handler", ApiSince=33)]
public virtual void OnTuned (Android.Net.Uri channelUri);
[<Android.Runtime.Register("onTuned", "(Landroid/net/Uri;)V", "GetOnTuned_Landroid_net_Uri_Handler", ApiSince=33)>]
abstract member OnTuned : Android.Net.Uri -> unit
override this.OnTuned : Android.Net.Uri -> unit

Parameters

channelUri
Uri

The tuned channel URI.

Attributes

Remarks

Called when the corresponding TV input tuned to a channel.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.onTuned(android.net.Uri).

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