getNotification

suspend fun getNotification(notificationId: String): Result<PushNotification?>

Get a push notification by ID.

Return

A Result containing the PushNotification (or null if not found) or an Exception in case of failure.

Parameters

notificationId

The ID of the notification to get.