DeweyPopupInterface

Interface for Dewey popup-like components. Implementation of this interface should provide the ability to show, dismiss, and check the visibility of the popup. It also provides the ability to set the message that will be read by the screen reader when the popup container gets focus.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
fun interface OnClickListener
Link copied to clipboard
fun interface OnDismissListener
Link copied to clipboard
Link copied to clipboard
fun interface OnShowListener

Functions

Link copied to clipboard
abstract fun dismiss()
Link copied to clipboard
abstract fun isShowing(): Boolean
Link copied to clipboard
abstract fun setWindowFocusAccessibilityText(charSequence: CharSequence)

Set the message that will be read by the screen reader when the popup container gets focus. This could be used to provide additional context to the user about the popup when it is firstly showing on the screen.

Link copied to clipboard
abstract fun show()