| Package | Description |
|---|---|
| pl.smsapi.api | |
| pl.smsapi.api.action.sms |
| Modifier and Type | Method and Description |
|---|---|
SMSSend |
SmsFactory.actionSend()
Deprecated.
use @link #actionSend(String, String)} or @link #actionSend(String[], String) instead
|
SMSSend |
SmsFactory.actionSend(String[] to,
String text) |
SMSSend |
SmsFactory.actionSend(String to,
String text) |
| Modifier and Type | Method and Description |
|---|---|
SMSSend |
SMSSend.setDataCoding(String dataCoding)
Set SMS message data coding.
|
SMSSend |
SMSSend.setDateExpire(Calendar cal)
Set expiration date.
|
SMSSend |
SMSSend.setDateExpire(long date)
Set expiration date.
|
SMSSend |
SMSSend.setDateExpire(String date)
Set expiration date.
|
SMSSend |
SMSSend.setDiscountGroup(String $discountGroupName) |
SMSSend |
SMSSend.setFast(boolean fast)
Set higher priority of sending message.
|
SMSSend |
SMSSend.setFlash(boolean flash)
Set SMS message in flash mode.
|
SMSSend |
SMSSend.setNormalize(boolean normalize)
Set normalize SMS text.
|
SMSSend |
SMSSend.setNoUnicode(boolean noUnicode)
Set protection from sending messages containing special characters.
|
SMSSend |
SMSSend.setParam(int i,
String text)
Set personalized parameters to bulk messages.
|
SMSSend |
SMSSend.setParam(int i,
String[] text)
Set personalized parameters to bulk messages.
|
SMSSend |
SMSSend.setSender(String sender)
Set name of the sender.
|
SMSSend |
SMSSend.setSingle(boolean single)
Set protection from send multipart messages.
|
SMSSend |
SMSSend.setText(String text)
Deprecated.
use @link SMSSend(String, String)} or @link SMSSend(String[], String) instead
|
SMSSend |
SMSSend.setTimeRestriction(String timeRestriction)
Set time restriction mode.
|
Copyright © 2024. All rights reserved.