Notification Presenter

Defined in namespace Scandit.DataCapture.Core.UI.Notification

INotificationPresenter
interface INotificationPresenter

Added in version 8.5.0

This class is used to present notifications to the user.

ShowNotification()
void ShowNotification(NotificationConfiguration notification)

Added in version 8.5.0

Shows a notification.

HideNotification()
void HideNotification(NotificationConfiguration notification)

Added in version 8.5.0

Hides a notification.