| Package | Description |
|---|---|
| com.infobip.api |
| Modifier and Type | Method and Description |
|---|---|
SmsResponse |
SendSmsApi.sendBinarySmsMessage(SmsAdvancedBinaryRequest smsAdvancedBinaryRequest)
Send binary SMS message.
|
SmsResponse |
SendSmsApi.sendSmsMessage(SmsAdvancedTextualRequest smsAdvancedTextualRequest)
Send SMS message.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SmsResponse> |
SendSmsApi.sendBinarySmsMessageWithHttpInfo(SmsAdvancedBinaryRequest smsAdvancedBinaryRequest)
Send binary SMS message.
|
ApiResponse<SmsResponse> |
SendSmsApi.sendSmsMessageWithHttpInfo(SmsAdvancedTextualRequest smsAdvancedTextualRequest)
Send SMS message.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SendSmsApi.sendBinarySmsMessageAsync(SmsAdvancedBinaryRequest smsAdvancedBinaryRequest,
ApiCallback<SmsResponse> _callback)
Send binary SMS message (asynchronously).
|
okhttp3.Call |
SendSmsApi.sendSmsMessageAsync(SmsAdvancedTextualRequest smsAdvancedTextualRequest,
ApiCallback<SmsResponse> _callback)
Send SMS message (asynchronously).
|
Copyright © 2022. All rights reserved.