class InstallationInfo : Info
This entity provides info about android device.
User: Kirill, Date: 05.08.13 17:59
InstallationInfo()
This entity provides info about android device. |
lateinit var applicationPackage: String
A unique identifier of the software, but not it's version. For instance for Android it can be getPackageName() |
|
var buildInfo: Map<String, String>
Information about the device. For instance for Android it can be taken from android.os.Build |
|
lateinit var deviceId: String
Unique number of every Device. |
|
var productionNumber: String?
Business identifier for installation entities. It's read only field, ignored when input. |
|
var programVersion: String? |
|
var registrationDate: Date?
It's read only field, ignored when input. |
fun Info.toJson(): String |