Android.Views.MotionEvent.ActionToString Method
Returns a string that represents the symbolic name of the specified unmasked action such as "ACTION_DOWN", "ACTION_POINTER_DOWN(3)" or an equivalent numeric constant such as "35" if unknown.

Syntax

[Android.Runtime.Register("actionToString", "(I)Ljava/lang/String;", "")]
public static string ActionToString ([Android.Runtime.GeneratedEnum] MotionEventActions action)

See Also

MotionEvent.Action

Parameters

action
The unmasked action.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string that represents the symbolic name of the specified unmasked action such as "ACTION_DOWN", "ACTION_POINTER_DOWN(3)" or an equivalent numeric constant such as "35" if unknown.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1