masonamerica.platform.DeviceIdentifiers |
An interface to get unique device identifiers (serial / IMEI)
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the device unique number
| |||||||||||
Gets the device name
| |||||||||||
Gets the device IMEI.
| |||||||||||
Gets the device serial number
|
Gets the device unique number
Returns | |
---|---|
String |
the unique device id number |
Gets the device name
Returns | |
---|---|
String |
the device name or null |
Gets the device IMEI. Returns the first available in multisim scenarios
Parameters | |
---|---|
slot |
int |
Returns | |
---|---|
String |
the IMEI |
Gets the device serial number
Returns | |
---|---|
String |
the unique device serial number |