NotificationBannerView.Success
The style definition for the "notification banner view" represents a view styled for a successful appearance.
| Key | Type | Description | 
|---|---|---|
| actionTextAppearance | String | The text appearance for the action element. The default value is TextAppearance.Body.Bold. | 
| actionTextColorName | String | The color name for the action text that references a color in the asset catalog of the application. The default value is hui_notification_banner_text. | 
| backgroundColorName | String | The color name for the background that references a color in the asset catalog of the application. The default value is hui_success_immutable. | 
| paddingLeft | Number | The padding to space the view on the left side. The default value is 12. | 
| paddingRight | Number | The padding to space the view on the right side. The default value is 12. | 
| textAppearance | String | The text appearance. The default value is TextAppearance.Callout.Bold. | 
| textColorName | String | The color name for the text that references a color in the asset catalog of the application. The default value is hui_notification_banner_text. |