Notification Style

Defined in framework ScanditCaptureCore

NotificationStyle

Added in version 7.5.0

A style that can be used as a preset for customizing a notification.

init
init(rawValue: Int32)

Added in version 7.5.0

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.