| Package | Description |
|---|---|
| oneapi.client | |
| oneapi.client.impl |
| Modifier and Type | Method and Description |
|---|---|
SendMessageResult |
SMSMessagingClient.sendSMS(SMSRequest sms)
Send an SMS to one or more mobile terminals using the customized 'SMSRequest' object
|
void |
SMSMessagingClient.sendSMSAsync(SMSRequest smsRequest,
ResponseListener<SendMessageResult> responseListener)
Send an SMS asynchronously over OneAPI to one or more mobile terminals using the customized 'SMSRequest' object
|
| Modifier and Type | Method and Description |
|---|---|
SendMessageResult |
SMSMessagingClientImpl.sendSMS(SMSRequest smsRequest)
Send an SMS over OneAPI to one or more mobile terminals using the customized 'SMSRequest' object
|
void |
SMSMessagingClientImpl.sendSMSAsync(SMSRequest smsRequest,
ResponseListener<SendMessageResult> responseListener)
Send an SMS asynchronously over OneAPI to one or more mobile terminals using the customized 'SMSRequest' object
|
Copyright © 2014. All rights reserved.