denyNotification

suspend fun denyNotification(notificationId: String): Result<Boolean>

Deny a push notification. This method denies the authentication request for the given notification.

Return

A Result containing a Boolean indicating success or an Exception in case of failure.

Parameters

notificationId

The ID of the notification to deny.