In App Template Default Button Configuration
data class InAppTemplateDefaultButtonConfiguration(val backgroundColor: String? = null, val borderRadius: Int? = null, val buttonAction: InAppTemplateButtonAction? = null, val link: String? = null, val text: String? = null, val textColor: String? = null)
Properties
Link copied to clipboard
The background color of a button, expressed as a hex color code (such as #000000 for black).
Link copied to clipboard
The border radius of a button.
Link copied to clipboard
The action that occurs when a recipient chooses a button in an in-app message. You can specify one of the following: