TvInputManager.TvInputCallback.OnInputAdded(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 added to the system.
[Android.Runtime.Register("onInputAdded", "(Ljava/lang/String;)V", "GetOnInputAdded_Ljava_lang_String_Handler")]
public virtual void OnInputAdded (string? inputId);
[<Android.Runtime.Register("onInputAdded", "(Ljava/lang/String;)V", "GetOnInputAdded_Ljava_lang_String_Handler")>]
abstract member OnInputAdded : string -> unit
override this.OnInputAdded : string -> unit
Parameters
- inputId
- String
The ID of the TV input.
- Attributes
Remarks
This is called when a TV input is added to the system.
Normally it happens when the user installs a new TV input package that implements TvInputService
interface.
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.