In App Template In App Message Content Args
data class InAppTemplateInAppMessageContentArgs(val backgroundColor: Output<String>? = null, val bodyConfig: Output<InAppTemplateBodyConfigArgs>? = null, val headerConfig: Output<InAppTemplateHeaderConfigArgs>? = null, val imageUrl: Output<String>? = null, val primaryBtn: Output<InAppTemplateButtonConfigArgs>? = null, val secondaryBtn: Output<InAppTemplateButtonConfigArgs>? = null) : ConvertibleToJava<InAppTemplateInAppMessageContentArgs>
Constructors
Link copied to clipboard
constructor(backgroundColor: Output<String>? = null, bodyConfig: Output<InAppTemplateBodyConfigArgs>? = null, headerConfig: Output<InAppTemplateHeaderConfigArgs>? = null, imageUrl: Output<String>? = null, primaryBtn: Output<InAppTemplateButtonConfigArgs>? = null, secondaryBtn: Output<InAppTemplateButtonConfigArgs>? = null)
Properties
Link copied to clipboard
The background color for an in-app message banner, expressed as a hex color code (such as #000000 for black).
Link copied to clipboard
An object that contains configuration information about the header or title text of the in-app message.
Link copied to clipboard
An object that contains configuration information about the header or title text of the in-app message.
Link copied to clipboard
An object that contains configuration information about the primary button in an in-app message.
Link copied to clipboard
An object that contains configuration information about the secondary button in an in-app message.