approveBiometricNotification

suspend fun approveBiometricNotification(notificationId: String, authenticationMethod: String): Result<Boolean>

Approve a biometric push notification. This method approves the authentication request for the given biometric notification with the provided authentication method.

Note: The actual biometric authentication is handled by the developer on the app side; this method simply records the approval.

Return

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

Parameters

notificationId

The ID of the notification to approve.

authenticationMethod

The authentication method used as String (e.g., "face", "fingerprint").