getNotificationByMessageId

abstract suspend fun getNotificationByMessageId(messageId: String): PushNotification?

Retrieve a push notification by message ID.

Return

The Push notification, or null if not found.

Parameters

messageId

The message ID of the notification to retrieve.

Throws

if the notification cannot be retrieved.