| Package | Description |
|---|---|
| oneapi.client | |
| oneapi.client.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
SMSMessagingClient.getDeliveryReportsAsync(int limit,
ResponseListener<DeliveryReportList> responseListener)
Get delivery reports asynchronously
|
void |
SMSMessagingClient.getDeliveryReportsAsync(ResponseListener<DeliveryReportList> responseListener)
Get delivery reports asynchronously
|
void |
SMSMessagingClient.getInboundMessagesAsync(int maxBatchSize,
ResponseListener<InboundSMSMessageList> responseListener)
Get asynchronously SMS messages sent to your Web application over OneAPI
|
void |
SMSMessagingClient.getInboundMessagesAsync(ResponseListener<InboundSMSMessageList> responseListener)
Get asynchronously SMS messages sent to your Web application over OneAPI
|
void |
SMSMessagingClient.queryDeliveryStatusAsync(String senderAddress,
String requestId,
ResponseListener<DeliveryInfoList> responseListener)
Query the delivery status asynchronously over OneAPI for an SMS sent to one or more mobile terminals
|
void |
HLRClient.queryHLRAsync(String address,
ResponseListener<Roaming> responseListener)
Query asynchronously the customer’s roaming status for a single network-connected mobile device and get HLR as the response
|
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 |
|---|---|
protected <T> void |
OneAPIBaseClientImpl.executeMethodAsync(RequestData requestData,
Class<T> clazz,
ResponseListener<T> responseListener)
Execute method asynchronously and deserialize response json
|
void |
SMSMessagingClientImpl.getDeliveryReportsAsync(int limit,
ResponseListener<DeliveryReportList> responseListener)
Get delivery reports asynchronously
|
void |
SMSMessagingClientImpl.getDeliveryReportsAsync(ResponseListener<DeliveryReportList> responseListener)
Get delivery reports asynchronously
|
void |
SMSMessagingClientImpl.getInboundMessagesAsync(int maxBatchSize,
ResponseListener<InboundSMSMessageList> responseListener)
Get asynchronously SMS messages sent to your Web application over OneAPI
|
void |
SMSMessagingClientImpl.getInboundMessagesAsync(ResponseListener<InboundSMSMessageList> responseListener)
Get asynchronously SMS messages sent to your Web application over OneAPI
|
void |
SMSMessagingClientImpl.queryDeliveryStatusAsync(String senderAddress,
String requestId,
ResponseListener<DeliveryInfoList> responseListener)
Query the delivery status asynchronously over OneAPI for an SMS sent to one or more mobile terminals
|
void |
HLRClientImpl.queryHLRAsync(String address,
ResponseListener<Roaming> responseListener)
Query asynchronously the customer’s roaming status for a single network-connected mobile device and get HLR as the response
|
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.