Notification Presenter

Defined in framework ScanditCaptureCore

NotificationPresenter
protocol NotificationPresenter : NSObjectProtocol

Added in version 7.5.0

This class is used to present notifications to the user.

showNotification
open func showNotification(_ notification: NotificationConfiguration) -> Void

Added in version 7.5.0

Shows a notification.

hideNotification
open func hideNotification(_ notification: NotificationConfiguration) -> Void

Added in version 7.5.0

Hides a notification.