Skip to content

//workflow/com.squareup.workflow1.ui.modal/HasModals

HasModals

[jvm] @WorkflowUiExperimentalApi()

interface HasModalsB : Any, out M : Any>

Interface implemented by screen classes that represent a stack of zero or more modal screens above a base screen.

Use of this interface allows platform specific containers to share base classes, like ModalContainer in the workflow-ui:core-android module.

Properties

Name Summary
beneathModals [jvm] abstract val beneathModals: B
modals [jvm] abstract val modals: List<M>

Inheritors

Name
AlertContainerScreen