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)
void showNotification(@NonNull NotificationConfiguration notification)

Added in version 7.5.0

Shows a notification.

hideNotification(notification)
void hideNotification(@NonNull NotificationConfiguration notification)

Added in version 7.5.0

Hides a notification.