Example #1
0
 /**
  * Change recognition mode for current user. Available options (case
  * insensitive): Single, Multi
  *
  * @param string $mode
  * @throws SoapApiException
  */
 public function modeChange($mode)
 {
     $result = new SoapRequestResult($this->soapClient->modeChange($mode));
     $this->checkRequestResultSuccess($result);
 }