MotionEvent.ActionToString(MotionEventActions) メソッド

定義

"ACTION_DOWN"、"ACTION_POINTER_DOWN(3)" などの指定されたマスクされていないアクションのシンボル名を表す文字列を返します。不明な場合は、"35" などの同等の数値定数を返します。

[Android.Runtime.Register("actionToString", "(I)Ljava/lang/String;", "")]
public static string? ActionToString (Android.Views.MotionEventActions action);
[<Android.Runtime.Register("actionToString", "(I)Ljava/lang/String;", "")>]
static member ActionToString : Android.Views.MotionEventActions -> string

パラメーター

action
MotionEventActions

マスクされていないアクション。

戻り値

指定したアクションのシンボリック名。

属性

注釈

android.view.MotionEvent.actionToString(int)Java ドキュメント。

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

適用対象

こちらもご覧ください