TouchInteractionController.StateToString(Int32) Method

Definition

Returns a string representation of the specified state.

[Android.Runtime.Register("stateToString", "(I)Ljava/lang/String;", "", ApiSince=33)]
public static string StateToString (int state);
[<Android.Runtime.Register("stateToString", "(I)Ljava/lang/String;", "", ApiSince=33)>]
static member StateToString : int -> string

Parameters

state
Int32

Returns

Attributes

Remarks

Returns a string representation of the specified state.

Java documentation for android.accessibilityservice.TouchInteractionController.stateToString(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