Mobile Device Info
data class MobileDeviceInfo(firebaseToken: String, osVersion: String, deviceModel: String)
Content copied to clipboard
Information about the mobile phone the user is using
Constructors
MobileDeviceInfo
Link copied to clipboard
fun MobileDeviceInfo(firebaseToken: String, osVersion: String, deviceModel: String)
Content copied to clipboard
Properties
deviceModel
Link copied to clipboard
firebaseToken
Link copied to clipboard
@SerializedName(value = "PushNotificationToken" )
Content copied to clipboard