Notification Presenter

Defined under the namespace Scandit.Datacapture.Core.Ui

NotificationPresenter
interface NotificationPresenter

Added in version 7.5.0

This class is used to present notifications to the user.

showNotification(notificationConfiguration)
showNotification(notificationConfiguration: NotificationConfiguration): Promise<void>

Added in version 7.5.0

Shows a notification.

hideNotification(notificationConfiguration)
hideNotification(notificationConfiguration: NotificationConfiguration): Promise<void>

Added in version 7.5.0

Hides a notification.