MobileDeviceInfo

data class MobileDeviceInfo(firebaseToken: String, osVersion: String, deviceModel: String)

Information about the mobile phone the user is using

Constructors

MobileDeviceInfo
Link copied to clipboard
fun MobileDeviceInfo(firebaseToken: String, osVersion: String, deviceModel: String)

Properties

deviceModel
Link copied to clipboard
@SerializedName(value = "DeviceModel")
val deviceModel: String

Device model of the mobile phone the user is using

firebaseToken
Link copied to clipboard
@SerializedName(value = "PushNotificationToken")
val firebaseToken: String

When a user or device successfully signs in, Firebase creates a corresponding ID token that uniquely identifies them and grants them access. The ID token can be re-used to identify the user or device on a custom backend server.

osVersion
Link copied to clipboard
@SerializedName(value = "OSVersion")
val osVersion: String

OS version of the mobile phone the user is using