public class SmsPreview extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CHARACTERS_REMAINING |
static String |
SERIALIZED_NAME_CONFIGURATION |
static String |
SERIALIZED_NAME_MESSAGE_COUNT |
static String |
SERIALIZED_NAME_TEXT_PREVIEW |
| Constructor and Description |
|---|
SmsPreview() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getCharactersRemaining()
Number of remaining characters in the last part of the SMS.
|
SmsLanguageConfiguration |
getConfiguration()
Sets up additional configuration that changes the original message content you can preview with
this call.
|
Integer |
getMessageCount()
Number of SMS message parts required to deliver the message.
|
String |
getTextPreview()
Preview of the message content as it should appear on the recipient’s device.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CHARACTERS_REMAINING
public static final String SERIALIZED_NAME_CONFIGURATION
public static final String SERIALIZED_NAME_MESSAGE_COUNT
public static final String SERIALIZED_NAME_TEXT_PREVIEW
public Integer getCharactersRemaining()
public SmsLanguageConfiguration getConfiguration()
public Integer getMessageCount()
public String getTextPreview()
Copyright © 2022. All rights reserved.