InAppNotificationViewStyle

Defines the style properties for an in-app notification view. Implementations of this interface should provide styling details for the text content and button within the notification view.

Syntax: interface InAppNotificationViewStyle

Defines the style properties for an in-app notification view. Implementations of this interface should provide styling details for the text content and button within the notification view.

Inheritors

Properties

NameReturn TypeDescription
backgroundColorIntabstract var backgroundColor: Int The color of the notification view's background.
backgroundResourceIntabstract var backgroundResource: Int The resource ID for the notification view's background is drawable.
buttonStyleStringabstract var buttonStyle: InAppNotificationButtonStyle
The style configuration for the notification action button.
textColorIntabstract var textColor: Int
The color of the notification message text.
textSizeFloatabstract var textSize: Float
The size of the notification message text.
textTypefaceStringabstract var textTypeface: Typeface
The typeface used for the notification message text.
titleTextColorIntabstract var titleTextColor: Int
The color of the notification title text.
titleTextSizeFloatabstract var titleTextSize: Float
The size of the notification title text.
titleTextTypefaceStringabstract var titleTextTypeface: Typeface
The typeface used for the notification title text.