LRNotification

data class LRNotification(val notification: Notification, val notificationId: Int, val channelId: String = PROTECTION_CHANNEL_ID)

Wrapper for a foreground notification used by the SDK.

Constructors

Link copied to clipboard
constructor(notification: Notification, notificationId: Int, channelId: String = PROTECTION_CHANNEL_ID)

Properties

Link copied to clipboard

The notification channel id. Defaults to PROTECTION_CHANNEL_ID.

Link copied to clipboard

The Android Notification instance to display.

Link copied to clipboard

Stable id used when displaying the notification.