Android.Views.Accessibility.AccessibilityNodeInfo.ViewIdResourceName Property
Gets the fully qualified resource name of the source view's id.

Syntax

[get: Android.Runtime.Register("getViewIdResourceName", "()Ljava/lang/String;", "GetGetViewIdResourceNameHandler")]
[set: Android.Runtime.Register("setViewIdResourceName", "(Ljava/lang/String;)V", "GetSetViewIdResourceName_Ljava_lang_String_Handler")]
public virtual string ViewIdResourceName { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the fully qualified resource name of the source view's id.

Note: The primary usage of this API is for UI test automation and in order to report the source view id of an Android.Views.Accessibility.AccessibilityNodeInfo the client has to set the Android.AccessibilityServices.AccessibilityServiceInfo.FlagReportViewIds flag when configuring his Android.AccessibilityServices.AccessibilityService.

Set method documentation [Android Documentation]

Sets the fully qualified resource name of the source view's id.

Note: Cannot be called from an Android.AccessibilityServices.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Requirements

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