(Android): The notification's channel's description. See: https://developer.android.com/training/notify-user/channels
(Android): The notification's channel id. See: https://developer.android.com/training/notify-user/channels
(Android): The notification's channel's name. See: https://developer.android.com/training/notify-user/channels
(Android): The notification's resource icon id. See: https://developer.android.com/training/notify-user/channels
(Android): The notification's channel's importance. See: https://developer.android.com/reference/android/app/NotificationManager
(Android): The notification's id that'll be used to update any running notification See: https://developer.android.com/reference/androidx/core/app/NotificationManagerCompat#notify(int,%20android.app.Notification)
(Android): The notification's request code that'll be used in the pending intent
The body copy of the notification
The title of the notification
Generated using TypeDoc
Defines the structure of the notification object that'll be used by the device to start a momentary foreground service, once a verification signal is detected.