//workflow/com.squareup.workflow1.ui.container/ScreenOverlay
ScreenOverlay¶
[jvm] @WorkflowUiExperimentalApi()
interface ScreenOverlay<ContentT : Screen> : Overlay, Compatible
An Overlay built around a root content.
Properties¶
Name | Summary |
---|---|
compatibilityKey | [jvm] open override val compatibilityKey: StringInstances of the same type are compatible iff they have the same compatibilityKey. |
content | [jvm] abstract val content: ContentT |
Inheritors¶
Name |
---|
ModalScreenOverlay |