Notification Presenter
Defined in namespace Scandit.DataCapture.Core.UI.Notification
- INotificationPresenter
interface INotificationPresenterAdded in version 8.5.0
This class is used to present notifications to the user.
- ShowNotification()
voidShowNotification(NotificationConfiguration notification)Added in version 8.5.0
Shows a notification.
- HideNotification()
voidHideNotification(NotificationConfiguration notification)Added in version 8.5.0
Hides a notification.