isPopup
Common
fun isPopup(): SemanticsMatcher
Returns whether the node is a popup.
This only checks if the node itself is a popup, not if it is part of a popup. Use hasAnyAncestorThat(isPopup()) for that.
Returns whether the node is a popup.
RevenueCat
Add subscriptions to your apps in minutes
fun isPopup(): SemanticsMatcher
Returns whether the node is a popup.
This only checks if the node itself is a popup, not if it is part of a popup. Use hasAnyAncestorThat(isPopup()) for that.