configCountryCode method

XiEventSubmiter configCountryCode(
  1. String countryCode
)

Implementation

XiEventSubmiter configCountryCode(String countryCode) {
  _deviceInfo.countryCode = countryCode;
  return this;
}