data class DeviceMetaData
Data class to hold device meta data. Non valid entries are encoded as null values.
<init> |
Data class to hold device meta data. Non valid entries are encoded as null values. DeviceMetaData(mGooglePlayServiceAvailable: Boolean? = null, mIDFA: String? = null, mDeviceType: String? = null, mConnectionType: String? = null, mLocationValid: Boolean = false, mLocation: Location? = null, mAPILevel: Int = 0, mConsent: String? = null) |
mAPILevel |
var mAPILevel: Int |
mConnectionType |
var mConnectionType: String? |
mConsent |
var mConsent: String? |
mDeviceType |
var mDeviceType: String? |
mGooglePlayServiceAvailable |
var mGooglePlayServiceAvailable: Boolean? |
mIDFA |
var mIDFA: String? |
mLocation |
var mLocation: Location? |
mLocationValid |
var mLocationValid: Boolean |