AccessibilityServiceInfo.FeedbackTypeToString(FeedbackFlags) Method

Definition

Returns the string representation of a feedback type.

[Android.Runtime.Register("feedbackTypeToString", "(I)Ljava/lang/String;", "")]
public static string? FeedbackTypeToString (Android.AccessibilityServices.FeedbackFlags feedbackType);
[<Android.Runtime.Register("feedbackTypeToString", "(I)Ljava/lang/String;", "")>]
static member FeedbackTypeToString : Android.AccessibilityServices.FeedbackFlags -> string

Parameters

feedbackType
FeedbackFlags

The feedback type.

Returns

String

The string representation.

Attributes

Remarks

Java documentation for android.accessibilityservice.AccessibilityServiceInfo.feedbackTypeToString(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