PushTokenResult

data class PushTokenResult(val token: String, val platform: PushService)

Success payload for passPushToken(...).

Author

Gowtham KK

Since

10.0.0

Constructors

Link copied to clipboard
constructor(token: String, platform: PushService)

Properties

Link copied to clipboard

The push service the token belongs to.

Link copied to clipboard

The push token that was accepted.