public class SmsConstants extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SmsConstants.MessageClass
SMS Class enumeration.
|
Modifier and Type | Field and Description |
---|---|
static int |
ENCODING_16BIT |
static int |
ENCODING_7BIT |
static int |
ENCODING_8BIT |
static int |
ENCODING_KSC5601
This value is not defined in global standard.
|
static int |
ENCODING_UNKNOWN
User data text encoding code unit size
|
static String |
FORMAT_3GPP
Indicates a 3GPP format SMS message.
|
static String |
FORMAT_3GPP2
Indicates a 3GPP2 format SMS message.
|
static String |
FORMAT_UNKNOWN
Indicates unknown format SMS message.
|
static int |
MAX_USER_DATA_BYTES
The maximum number of payload bytes per message
|
static int |
MAX_USER_DATA_BYTES_WITH_HEADER
The maximum number of payload bytes per message if a user data header
is present.
|
static int |
MAX_USER_DATA_SEPTETS
The maximum number of payload septets per message
|
static int |
MAX_USER_DATA_SEPTETS_WITH_HEADER
The maximum number of payload septets per message if a user data header
is present.
|
Constructor and Description |
---|
SmsConstants() |
public static final int ENCODING_UNKNOWN
public static final int ENCODING_7BIT
public static final int ENCODING_8BIT
public static final int ENCODING_16BIT
public static final int MAX_USER_DATA_SEPTETS
public static final int MAX_USER_DATA_SEPTETS_WITH_HEADER
public static final int ENCODING_KSC5601
public static final int MAX_USER_DATA_BYTES
public static final int MAX_USER_DATA_BYTES_WITH_HEADER
public static final String FORMAT_UNKNOWN
public static final String FORMAT_3GPP
public static final String FORMAT_3GPP2