Notifier
interface Notifier
Class that represent local notification
Functions
Link copied to clipboard
Sends local notification to device, with notification builder that allows you to set notification params
abstract fun notify(title: String, body: String, payloadData: Map<String, String> = emptyMap()): Int
Sends local notification to device
abstract fun notify(id: Int, title: String, body: String, payloadData: Map<String, String> = emptyMap())
Sends local notification to device with id