TvInputManager.TvInputCallback.OnTvInputInfoUpdated(TvInputInfo) Method

Definition

This is called when the information about an existing TV input has been updated.

[Android.Runtime.Register("onTvInputInfoUpdated", "(Landroid/media/tv/TvInputInfo;)V", "GetOnTvInputInfoUpdated_Landroid_media_tv_TvInputInfo_Handler", ApiSince=24)]
public virtual void OnTvInputInfoUpdated (Android.Media.TV.TvInputInfo? inputInfo);
[<Android.Runtime.Register("onTvInputInfoUpdated", "(Landroid/media/tv/TvInputInfo;)V", "GetOnTvInputInfoUpdated_Landroid_media_tv_TvInputInfo_Handler", ApiSince=24)>]
abstract member OnTvInputInfoUpdated : Android.Media.TV.TvInputInfo -> unit
override this.OnTvInputInfoUpdated : Android.Media.TV.TvInputInfo -> unit

Parameters

inputInfo
TvInputInfo

The TvInputInfo object that contains new information.

Attributes

Remarks

This is called when the information about an existing TV input has been updated.

Because the system automatically creates a TvInputInfo object for each TV input based on the information collected from the AndroidManifest.xml, this method is only called back when such information has changed dynamically.

Java documentation for android.media.tv.TvInputManager.TvInputCallback.onTvInputInfoUpdated(android.media.tv.TvInputInfo).

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