public class ChatRequest
Represents a live chat request.
| Nested classes |
|---|
| Public methods | |
|---|---|
String |
String getConvId()
Return conv id. |
String |
String getUserId()
Return user id. |
String |
String getName()
Return name. |
String |
String getCustomerId()
Return customer id. |
ChannelType |
ChannelType getChannelType()
Return channel type. |
RequestType |
RequestType getRequestType()
Return request type. |
void |
void accept(StringeeClient, CallbackListener)
Perform accept. |
void |
void reject(StringeeClient, StatusListener)
Perform reject. |
String getConvId()
Return conv id.
String getUserId()
Return user id.
String getName()
Return name.
String getCustomerId()
Return customer id.
ChannelType getChannelType()
Return channel type.
RequestType getRequestType()
Return request type.
void accept(StringeeClient, CallbackListener)
Perform accept.
void reject(StringeeClient, StatusListener)
Perform reject.
Defines chat request type values.
| Enum values | |
|---|---|
NORMAL
|
Represents NORMAL. |
TRANSFER
|
Represents TRANSFER. |
getValue
|
Return value. |
getType
|
Return type. |
ChatRequest.RequestType.NORMAL
Represents NORMAL.
ChatRequest.RequestType.TRANSFER
Represents TRANSFER.
ChatRequest.RequestType.getValue
Return value.
ChatRequest.RequestType.getType
Return type.
Defines chat request handling state values.
| Enum values | |
|---|---|
ACCEPTED
|
Represents ACCEPTED. |
REJECTED
|
Represents REJECTED. |
getValue
|
Return value. |
ChatRequest.State.ACCEPTED
Represents ACCEPTED.
ChatRequest.State.REJECTED
Represents REJECTED.
ChatRequest.State.getValue
Return value.