Device
data class Device( val token: String, val pushProvider: PushProvider, val providerName: String?)
Content copied to clipboard
Device's information needed to register push notifications.
See also
Constructors
Link copied to clipboard
fun Device( token: String, pushProvider: PushProvider, providerName: String?)
Content copied to clipboard