class InstallationDeprecatedCreationInfo
This entity provides info about device for creating installation.
Created by Anton Petrov Time: 19:52 Date: 28.01.2016.
InstallationDeprecatedCreationInfo()
This entity provides info about device for creating installation. |
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 gcmRegistrationId: String?
An identifier of the device on Google Cloud Message service. |
|
var programVersion: String?
Program name and version of POS application |