getDeviceId method
Implementation
String getDeviceId() {
if (!isValid()) {
throw new ResponseInvalidException();
} else {
return _deviceId;
}
}
String getDeviceId() {
if (!isValid()) {
throw new ResponseInvalidException();
} else {
return _deviceId;
}
}