AccessibilityNodeInfo.CanOpenPopup Method

Definition

Gets if this node opens a popup or a dialog.

[Android.Runtime.Register("canOpenPopup", "()Z", "GetCanOpenPopupHandler")]
public virtual bool CanOpenPopup ();
[<Android.Runtime.Register("canOpenPopup", "()Z", "GetCanOpenPopupHandler")>]
abstract member CanOpenPopup : unit -> bool
override this.CanOpenPopup : unit -> bool

Returns

If the the node opens a popup.

Attributes

Remarks

Gets if this node opens a popup or a dialog.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.canOpenPopup().

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