Notification Presenter

Defined in package com.scandit.datacapture.core.ui.notification

NotificationPresenter
interface NotificationPresenter

Added in version 7.5.0

This class is used to present notifications to the user.

showNotification(notification)
fun showNotification(notification: NotificationConfiguration)

Added in version 7.5.0

Shows a notification.

hideNotification(notification)
fun hideNotification(notification: NotificationConfiguration)

Added in version 7.5.0

Hides a notification.