TvInputManager.TvInputCallback.OnTvInputInfoUpdated(TvInputInfo) 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 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.
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.