updateNotification

fun updateNotification(notificationId: Int, notification: Notification)


fun updateNotification(notification: Notification)

Deprecated

Use updateNotification(Int, Notification) instead