public class SystemMessage extends ChatMessage
Streamable.Closure| Modifier and Type | Field and Description |
|---|---|
static byte |
ATTENTION
Attention level constant to indicate that some action is required.
|
byte |
attentionLevel
The attention level of this message.
|
static byte |
FEEDBACK
Attention level constant to indicate that this message is the result of a user action.
|
static byte |
INFO
Attention level constant to indicate that this message is merely providing the user with
information.
|
bundle, localtype, message, timestamp| Constructor and Description |
|---|
SystemMessage(String message,
String bundle,
byte attentionLevel)
Construct a SystemMessage.
|
public static final byte INFO
public static final byte FEEDBACK
public static final byte ATTENTION
public byte attentionLevel
Copyright © 2015. All rights reserved.