Android.Views.Accessibility.AccessibilityNodeInfo.SetCanOpenPopup Method
Sets if this node opens a popup or a dialog.

Syntax

[Android.Runtime.Register("setCanOpenPopup", "(Z)V", "GetSetCanOpenPopup_ZHandler")]
public virtual void SetCanOpenPopup (bool opensPopup)

Parameters

opensPopup
If the the node opens a popup.

Remarks

Sets if this node opens a popup or a dialog.

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

[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