ModalContent

data class ModalContent(@ColorInt val backgroundColor: Int, val title: InAppText?, val message: InAppText?, val imageUrl: String?, val showCloseButton: Boolean, val buttons: List<InAppButton>, val dimsBackground: Boolean)

Constructors

Link copied to clipboard
constructor(@ColorInt backgroundColor: Int, title: InAppText?, message: InAppText?, imageUrl: String?, showCloseButton: Boolean, buttons: List<InAppButton>, dimsBackground: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

true dims + blocks the host until dismissed; false floats a non-blocking card.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard