AccessibilityGestureEvent.GestureIdToString(Int32) Method

Definition

Returns a string representation of the specified gesture id.

[Android.Runtime.Register("gestureIdToString", "(I)Ljava/lang/String;", "", ApiSince=31)]
public static string GestureIdToString (int id);
[<Android.Runtime.Register("gestureIdToString", "(I)Ljava/lang/String;", "", ApiSince=31)>]
static member GestureIdToString : int -> string

Parameters

id
Int32

Returns

Attributes

Remarks

Returns a string representation of the specified gesture id.

Java documentation for android.accessibilityservice.AccessibilityGestureEvent.gestureIdToString(int).

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.

Applies to