Share via


TvInputManager.TvInputCallback.OnInputUpdated(String) Method

Definition

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.

Java documentation for android.media.tv.TvInputManager.TvInputCallback.onInputUpdated(java.lang.String).

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