Android.Views.Accessibility.AccessibilityEvent.EventTypeToString Method
Returns the string representation of an event type.

Syntax

[Android.Runtime.Register("eventTypeToString", "(I)Ljava/lang/String;", "")]
public static string EventTypeToString ([Android.Runtime.GeneratedEnum] EventTypes eventType)

Parameters

eventType
The event type

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the string representation of an event type. For example, AccessibilityEvent.TYPE_VIEW_CLICKED is represented by the string TYPE_VIEW_CLICKED.

[Android Documentation]

Requirements

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