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