storePushNotification

abstract suspend fun storePushNotification(notification: PushNotification)

Store a push notification.

Parameters

notification

The Push notification to be stored.

Throws

if the notification cannot be stored.