Android.AccessibilityServices.AccessibilityServiceInfo.FlagReportViewIds Field
This flag requests that the Android.Views.Accessibility.AccessibilityNodeInfos obtained by an Android.AccessibilityServices.AccessibilityService contain the id of the source view.

Value: 16

Syntax

[Android.Runtime.Register("FLAG_REPORT_VIEW_IDS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityServiceFlags enum directly instead of this field.")]
public const AccessibilityServiceFlags FlagReportViewIds

Remarks

This flag requests that the Android.Views.Accessibility.AccessibilityNodeInfos obtained by an Android.AccessibilityServices.AccessibilityService contain the id of the source view. The source view id will be a fully qualified resource name of the form "package:id/name", for example "foo.bar:id/my_list", and it is useful for UI test automation. This flag is not set by default.

[Android Documentation]

Requirements

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