public class Message extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Message.MessageTypes
Enumeration representing the different types of messages.
|
Constructor and Description |
---|
Message(Message.MessageTypes type,
String text) |
Modifier and Type | Method and Description |
---|---|
String |
getText() |
int |
getTextLength() |
Message.MessageTypes |
getType() |
public Message(Message.MessageTypes type, String text)
public String getText()
public Message.MessageTypes getType()
public int getTextLength()
Copyright © 2015–2016 jSMS4Pi. All rights reserved.