approveNotification

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

Approve a push notification. This method approves 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 approve.