//android/dev.atick.core.extensions/cancelNotification
cancelNotification
[androidJvm]\ fun Context.cancelNotification(notificationId: Int)
Cancels a previously shown notification.
Parameters
androidJvm
notificationId | The ID of the notification to be canceled. |