NotificationManager

abstract class NotificationManager

Constructors

Link copied to clipboard
constructor()

Types

Functions

Link copied to clipboard
abstract fun areNotificationsEnabled(): Boolean
Link copied to clipboard
abstract fun disableNotifications()
Link copied to clipboard
abstract fun enableNotifications()
Link copied to clipboard

Set a Should Show Notification Listener that will be queried as to whether or not a given notification should be displayed by the SDK.

Link copied to clipboard