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) ->
VoidAdded in version 7.5.0
Shows a notification.
- hideNotification
open func hideNotification(_ notification: NotificationConfiguration) ->
VoidAdded in version 7.5.0
Hides a notification.