getDeviceId method

String getDeviceId()

Implementation

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