SchedulableNotification

This interface is used whenever we want to create a notification that can be scheduled if cancelIntent is null it then uses the default if "com.duckduckgo.notification.cancel" which will cancel the notification and send a pixel

Properties

Link copied to clipboard
abstract val id: String

Functions

Link copied to clipboard
abstract suspend fun buildSpecification(): NotificationSpec
Link copied to clipboard
abstract suspend fun canShow(): Boolean