コード例 #1
0
 public function pollSMSSentStatus(PhabricatorSMS $sms)
 {
     $client = $this->buildClient();
     $message = $client->account->messages->get($sms->getProviderSMSID());
     return $this->getSMSStatus($message->status);
 }