Notification Style
Defined in package com.scandit.datacapture.core.ui.notification
- NotificationStyle
Added in version 7.5.0
A style that can be used as a preset for customizing a notification.
- SUCCESS
Added in version 7.5.0
Style used for notifications that display a success message. It will show a checkmark icon with a green background.
- INFO
Added in version 7.5.0
Style used for notifications that display an info message. It will show an exclamation mark icon with a black background.
- WARNING
Added in version 7.5.0
Style used for notifications that display a warning message. It will show an exclamation mark icon with a yellow background.
- ERROR
Added in version 7.5.0
Style used for notifications that display an error message. It will show an exclamation mark icon with a red background.