FullscreenContent

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

Constructors

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

Properties

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