Companion

object Companion : ViewFactory<AlertContainerScreen<*>>

Functions

buildView
Link copied to clipboard
open override fun buildView(initialRendering: AlertContainerScreen<*>, initialViewEnvironment: ViewEnvironment, contextForNewView: Context, container: ViewGroup?): View
customThemeBinding
Link copied to clipboard
fun customThemeBinding(@StyleRes dialogThemeResId: Int = 0): ViewFactory<AlertContainerScreen<*>>

Creates a ViewFactory to show the AlertScreens of an AlertContainerScreen as Android AlertDialogs.

Properties

type
Link copied to clipboard
open override val type: KClass<in AlertContainerScreen<*>>