retrievePushNotification

open suspend override fun retrievePushNotification(notificationId: String): PushNotification?

Retrieve a specific push notification by ID.

Return

The Push notification, or null if not found.

Parameters

notificationId

The ID of the notification to retrieve.

Throws

if the notification cannot be retrieved.