ModalScope¶
interface ModalScope
Receiver scope for modal layer content, exposing a way to close the modal.
Functions¶
dismiss¶
abstract fun dismiss()
Dismisses (removes) the modal layer that owns this scope.
interface ModalScope
Receiver scope for modal layer content, exposing a way to close the modal.
abstract fun dismiss()
Dismisses (removes) the modal layer that owns this scope.