storePushDeviceToken

abstract suspend fun storePushDeviceToken(token: PushDeviceToken)

Store a push device token.

Parameters

token

The Push device token to be stored.

Throws

if the token cannot be stored.