TvView.TvInputCallback.OnChannelRetuned(String, Uri) 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.
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.
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.