Skip to content

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

AlertContainerScreen

[jvm] @WorkflowUiExperimentalApi()

data class AlertContainerScreen<B : Any>(beneathModals: B, modals: List<AlertScreen>) : HasModals<B, AlertScreen>

May show a stack of AlertScreen over a beneathModals.

Parameters

jvm

B

the type of beneathModals

Constructors

AlertContainerScreen [jvm] fun <B : Any> AlertContainerScreen(baseScreen: B, alert: AlertScreen)
AlertContainerScreen [jvm] fun <B : Any> AlertContainerScreen(baseScreen: B, vararg alerts: AlertScreen)
AlertContainerScreen [jvm] fun <B : Any> AlertContainerScreen(beneathModals: B, modals: List<AlertScreen> = emptyList())the type of beneathModals

Properties

Name Summary
beneathModals [jvm] open override val beneathModals: B
modals [jvm] open override val modals: List<AlertScreen>