Device

@Immutable
data class Device(val token: String, val pushProvider: PushProvider, val providerName: String?)

Device's information needed to register push notifications.

See also

Constructors

Link copied to clipboard
constructor(token: String, pushProvider: PushProvider, providerName: String?)

Properties

Link copied to clipboard

Push notifications provider name.

Link copied to clipboard

Push notifications provider type.

Link copied to clipboard

Device's token generated by push notification provider.