다음을 통해 공유


TvView.TvInputCallback.OnChannelRetuned(String, Uri) Method

Definition

This is invoked when the channel of this TvView is changed by the underlying TV input without any TvView#tune request.

[Android.Runtime.Register("onChannelRetuned", "(Ljava/lang/String;Landroid/net/Uri;)V", "GetOnChannelRetuned_Ljava_lang_String_Landroid_net_Uri_Handler")]
public virtual void OnChannelRetuned (string? inputId, Android.Net.Uri? channelUri);
[<Android.Runtime.Register("onChannelRetuned", "(Ljava/lang/String;Landroid/net/Uri;)V", "GetOnChannelRetuned_Ljava_lang_String_Landroid_net_Uri_Handler")>]
abstract member OnChannelRetuned : string * Android.Net.Uri -> unit
override this.OnChannelRetuned : string * Android.Net.Uri -> unit

Parameters

inputId
String

The ID of the TV input bound to this view.

channelUri
Uri

The URI of a channel.

Attributes

Remarks

This is invoked when the channel of this TvView is changed by the underlying TV input without any TvView#tune request.

Java documentation for android.media.tv.TvView.TvInputCallback.onChannelRetuned(java.lang.String, 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