public class AuAlert extends AuResponse
data[0]: the alert message
AuResponse.JSONComponent, AuResponse.JSONDate
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
AuAlert(java.lang.String message) |
AuAlert(java.lang.String message,
boolean disabledAuRequest)
For the response error use, the next AuRequest will be stopped until the
alert dialog is closed.
|
AuAlert(java.lang.String message,
java.lang.String title) |
AuAlert(java.lang.String message,
java.lang.String title,
java.lang.String icon) |
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
public AuAlert(java.lang.String message)
public AuAlert(java.lang.String message, boolean disabledAuRequest)
message
- the message to display.disabledAuRequest
- whether to disable the next AuRequsetpublic AuAlert(java.lang.String message, java.lang.String title)
message
- the message to display.title
- the title of the message boxpublic AuAlert(java.lang.String message, java.lang.String title, java.lang.String icon)
message
- the message to display.title
- the title of the message boxicon
- the icon to show. It could null,
"QUESTION", "EXCLAMATION", "INFORMATION", "ERROR", "NONE".
If null, "ERROR" is assumedCopyright © 2005-2023 Potix Corporation. All Rights Reserved.