| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
void |
SmsApi.smsPost(SMS body)
Send a short SMS Message (maximum of 1600 characters) to any mobile phone.
|
com.squareup.okhttp.Call |
SmsApi.smsPostAsync(SMS body,
ApiCallback<Void> callback)
Send a short SMS Message (maximum of 1600 characters) to any mobile phone.
|
com.squareup.okhttp.Call |
SmsApi.smsPostCall(SMS body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsPost
|
ApiResponse<Void> |
SmsApi.smsPostWithHttpInfo(SMS body)
Send a short SMS Message (maximum of 1600 characters) to any mobile phone.
|
| Modifier and Type | Method and Description |
|---|---|
SMS |
SMS.body(String body) |
SMS |
SMS.to(String to) |
Copyright © 2019. All rights reserved.