TvView.SetOnUnhandledInputEventListener 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.
Registers a callback to be invoked when an input event is not handled by the bound TV input.
[Android.Runtime.Register("setOnUnhandledInputEventListener", "(Landroid/media/tv/TvView$OnUnhandledInputEventListener;)V", "GetSetOnUnhandledInputEventListener_Landroid_media_tv_TvView_OnUnhandledInputEventListener_Handler")]
public virtual void SetOnUnhandledInputEventListener (Android.Media.TV.TvView.IOnUnhandledInputEventListener? listener);
[<Android.Runtime.Register("setOnUnhandledInputEventListener", "(Landroid/media/tv/TvView$OnUnhandledInputEventListener;)V", "GetSetOnUnhandledInputEventListener_Landroid_media_tv_TvView_OnUnhandledInputEventListener_Handler")>]
abstract member SetOnUnhandledInputEventListener : Android.Media.TV.TvView.IOnUnhandledInputEventListener -> unit
override this.SetOnUnhandledInputEventListener : Android.Media.TV.TvView.IOnUnhandledInputEventListener -> unit
Parameters
The callback to be invoked when the unhandled input event is received.
- Attributes
Remarks
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.