TvInputManager.TvInputCallback.OnInputUpdated(String) 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 a TV input is updated on the system.
[Android.Runtime.Register("onInputUpdated", "(Ljava/lang/String;)V", "GetOnInputUpdated_Ljava_lang_String_Handler", ApiSince=24)]
public virtual void OnInputUpdated (string? inputId);
[<Android.Runtime.Register("onInputUpdated", "(Ljava/lang/String;)V", "GetOnInputUpdated_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member OnInputUpdated : string -> unit
override this.OnInputUpdated : string -> unit
Parameters
- inputId
- String
The ID of the TV input.
- Attributes
Remarks
This is called when a TV input is updated on the system.
Normally it happens when a previously installed TV input package is re-installed or the media on which a newer version of the package exists becomes available/unavailable.
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.