Notification Presenter
Defined in package com.scandit.datacapture.core.ui.notification
- NotificationPresenter
interface NotificationPresenterAdded in version 7.5.0
This class is used to present notifications to the user.
- showNotification(notification)
voidshowNotification(@NonNull NotificationConfiguration notification)Added in version 7.5.0
Shows a notification.
- hideNotification(notification)
voidhideNotification(@NonNull NotificationConfiguration notification)Added in version 7.5.0
Hides a notification.