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
Name | Return Type | Description |
---|---|---|
backgroundColor | Int | abstract var backgroundColor: Int The color of the notification view's background. |
backgroundResource | Int | abstract var backgroundResource: Int The resource ID for the notification view's background is drawable. |
buttonStyle | String | abstract var buttonStyle: InAppNotificationButtonStyle The style configuration for the notification action button. |
textColor | Int | abstract var textColor: Int The color of the notification message text. |
textSize | Float | abstract var textSize: Float The size of the notification message text. |
textTypeface | String | abstract var textTypeface: Typeface The typeface used for the notification message text. |
titleTextColor | Int | abstract var titleTextColor: Int The color of the notification title text. |
titleTextSize | Float | abstract var titleTextSize: Float The size of the notification title text. |
titleTextTypeface | String | abstract var titleTextTypeface: Typeface The typeface used for the notification title text. |
Updated 8 days ago