TvInteractiveAppService.Session.OnGenericMotionEvent(MotionEvent) メソッド

定義

現在のセッションで汎用モーション イベントを処理するには、このメソッドを実装します。

[Android.Runtime.Register("onGenericMotionEvent", "(Landroid/view/MotionEvent;)Z", "GetOnGenericMotionEvent_Landroid_view_MotionEvent_Handler", ApiSince=33)]
public virtual bool OnGenericMotionEvent (Android.Views.MotionEvent e);
[<Android.Runtime.Register("onGenericMotionEvent", "(Landroid/view/MotionEvent;)Z", "GetOnGenericMotionEvent_Landroid_view_MotionEvent_Handler", ApiSince=33)>]
abstract member OnGenericMotionEvent : Android.Views.MotionEvent -> bool
override this.OnGenericMotionEvent : Android.Views.MotionEvent -> bool

パラメーター

戻り値

イベントを処理した場合は、 を返します true。 イベントを次のレシーバーが処理できるようにする場合は、 を返します false

属性

注釈

現在のセッションで汎用モーション イベントを処理するには、このメソッドを実装します。

android.media.tv.interactive.TvInteractiveAppService.Session.onGenericMotionEvent(android.view.MotionEvent)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象