class InstallationDeprecatedInfo2 : Info
This entity provides info about android device.
User: Kirill, Date: 05.08.13 17:59
| InstallationDeprecatedInfo2()This entity provides info about android device. | 
| lateinit var applicationPackage: StringA 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: StringUnique number of every Device. | |
| var gcmRegistrationId: String?An identifier of the device on Google Cloud Message service. | |
| var gcmUnsubscribeDate: Date?It's read-only field, ignored when input. | |
| 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 |