| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
SendSms |
TransactionalSmsApi.sendTransacSms(SendTransacSms sendTransacSms)
Send SMS message to a mobile number
|
com.squareup.okhttp.Call |
TransactionalSmsApi.sendTransacSmsAsync(SendTransacSms sendTransacSms,
ApiCallback<SendSms> callback)
Send SMS message to a mobile number (asynchronously)
|
com.squareup.okhttp.Call |
TransactionalSmsApi.sendTransacSmsCall(SendTransacSms sendTransacSms,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendTransacSms
|
ApiResponse<SendSms> |
TransactionalSmsApi.sendTransacSmsWithHttpInfo(SendTransacSms sendTransacSms)
Send SMS message to a mobile number
|
| Modifier and Type | Method and Description |
|---|---|
SendTransacSms |
SendTransacSms.content(String content) |
SendTransacSms |
SendTransacSms.recipient(String recipient) |
SendTransacSms |
SendTransacSms.sender(String sender) |
SendTransacSms |
SendTransacSms.tag(String tag) |
SendTransacSms |
SendTransacSms.type(SendTransacSms.TypeEnum type) |
SendTransacSms |
SendTransacSms.webUrl(String webUrl) |
Copyright © 2021. All rights reserved.