removePushNotification

open suspend override fun removePushNotification(notificationId: String): Boolean

Remove a push notification by its ID.

Return

true if the notification was successfully removed, false if it didn't exist.

Parameters

notificationId

The ID of the notification to remove.

Throws

if the notification cannot be removed.