InAppTemplateHeaderConfig

data class InAppTemplateHeaderConfig(val alignment: InAppTemplateAlignment? = null, val header: String? = null, val textColor: String? = null)

Constructors

Link copied to clipboard
constructor(alignment: InAppTemplateAlignment? = null, header: String? = null, textColor: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The text alignment of the title of the message. Acceptable values: LEFT , CENTER , RIGHT .

Link copied to clipboard
val header: String? = null

The title text of the in-app message.

Link copied to clipboard
val textColor: String? = null

The color of the title text, expressed as a hex color code (such as #000000 for black).