InAppNotificationButtonStyle
Represents the style configuration for an in-app notification button.
Represents the style configuration for an in-app notification button.
Syntax: class InAppNotificationButtonStyle(var textColor: Int, var textSize: Float, var textTypeface: Typeface, var backgroundResource: Int, var backgroundColor: Int)
Constructors
Name | Syntax |
---|---|
InAppNotificationButtonStyle | constructor(textColor: Int, textSize: Float, textTypeface: Typeface, backgroundResource: Int, backgroundColor: Int) |
Properties
Name | Return Type | Description |
---|---|---|
backgroundColor | Int | var backgroundColor: Int The color of the button's background. |
backgroundResource | Int | var backgroundResource: Int The resource ID for the button's background is drawable. |
textColor | Int | var textColor: Int The color of the button text. |
textSize | Float | var textSize: Float The size of the button text. |
textTypeface | String | var textTypeface: Typeface The typeface used for the button text. |
Updated 8 days ago