Skip to content

//workflow/com.squareup.workflow1.ui.modal/AlertContainer/Companion

Companion

[androidJvm] object Companion : ViewFactory<AlertContainerScreen<*>>

Functions

Name Summary
buildView [androidJvm]
Content
open override fun buildView(initialRendering: AlertContainerScreen<*>, initialViewEnvironment: ViewEnvironment, contextForNewView: Context, container: ViewGroup?): View


customThemeBinding [androidJvm]
Content
fun customThemeBinding(@StyleRes()dialogThemeResId: Int = 0): ViewFactory<AlertContainerScreen<*>>
More info
Creates a ViewFactory to show the AlertScreens of an AlertContainerScreen as Android AlertDialogs.


Properties

Name Summary
type [androidJvm] open override val type: KClass<in AlertContainerScreen<*>>