public interface Logout
| Modifier and Type | Field and Description |
|---|---|
static int |
TEXT_MAX_BYTE_COUNT
Count of bytes that the text field could have.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Reason for the logout.
|
void |
getText(byte[] text)
Reason for the logout.
|
static final int TEXT_MAX_BYTE_COUNT
getText(byte[])