public class MessageManager.TextMessage extends Object
Modifier and Type | Method and Description |
---|---|
void |
send()
This method sends the message.
|
MessageManager.TextMessage |
setText(String text)
This function sets a text of message.
|
public MessageManager.TextMessage setText(String text)
text
- string that send in message.public void send()