public final class DialogState extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
_COMPLETED
Deprecated.
Since v1.2. This state does not exist in a dialog.
|
static int |
_CONFIRMED
This constant value indicates the internal value of the "Confirmed"
constant.
|
static int |
_EARLY
This constant value indicates the internal value of the "Early"
constant.
|
static int |
_TERMINATED
This constant value indicates the internal value of the "Terminated"
constant.
|
static DialogState |
COMPLETED
Deprecated.
Since v1.2. This state does not exist in a dialog.
|
static DialogState |
CONFIRMED
This constant value indicates that the dialog state is "Confirmed".
|
static DialogState |
EARLY
This constant value indicates that the dialog state is "Early".
|
static DialogState |
TERMINATED
This constant value indicates that the dialog state is "Terminated".
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compare this dialog state for equality with another.
|
static DialogState |
getObject(int dialogState)
This method returns the object value of the DialogState
|
int |
getValue()
This method returns the integer value of the DialogState
|
int |
hashCode()
Get a hash code value for this dialog state.
|
String |
toString()
This method returns a string version of this class.
|
public static final int _EARLY
public static final DialogState EARLY
public static final int _CONFIRMED
public static final DialogState CONFIRMED
public static final int _COMPLETED
public static final DialogState COMPLETED
public static final int _TERMINATED
public static final DialogState TERMINATED
public static DialogState getObject(int dialogState)
dialogState
- The integer value of the DialogStatepublic int getValue()
public boolean equals(Object obj)
public int hashCode()
Copyright © 2014. All Rights Reserved.