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

NameSyntax
InAppNotificationButtonStyleconstructor(textColor: Int, textSize: Float, textTypeface: Typeface, backgroundResource: Int, backgroundColor: Int)

Properties

NameReturn TypeDescription
backgroundColorIntvar backgroundColor: Int The color of the button's background.
backgroundResourceIntvar backgroundResource: Int
The resource ID for the button's background is drawable.
textColorIntvar textColor: Int
The color of the button text.
textSizeFloatvar textSize: Float
The size of the button text.
textTypefaceStringvar textTypeface: Typeface
The typeface used for the button text.