NotifyNow - isSMSCapable(文字列 userID)
ユーザーが SMS メッセージを送信できるかどうかを確認します。
| 名前 | タイプ | 説明 |
|---|---|---|
| userID | 文字列 | SMS 対応の電話番号を確認する対象となるユーザーの sys_id です。 |
| タイプ | 説明 |
|---|---|
| ブーリアン | ユーザーが SMS メッセージを送信できるかどうか。 |
gs.log('the user is able to send SMS messages (e.g. has a SMS device): ' + ((new SNC.NotifyNow().isSMSCapable('<user sys_id>')) ?
'yes' : 'no'));