java.lang.Object | ||
↳ | com.neomades.io.sms.Message | |
↳ | com.neomades.io.sms.TextMessage |
A Short Text message.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TextMessage()
Creates a new short text message.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
setAddress(String destinationAddress)
Sets the destination address.
| ||||||||||
void |
setText(String content)
Sets the content text of the message
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new short text message.
Sets the destination address.
destinationAddress | the address of the destination |
---|
Sets the content text of the message
content | the text of the message. |
---|