Suggestions

close search

ChatRequest

public class ChatRequest



Represents a live chat request.



Summary


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.



Public methods


getConvId

String getConvId()

Return conv id.



getUserId

String getUserId()

Return user id.



getName

String getName()

Return name.



getCustomerId

String getCustomerId()

Return customer id.



getChannelType

ChannelType getChannelType()

Return channel type.



getRequestType

RequestType getRequestType()

Return request type.



accept

void accept(StringeeClient, CallbackListener)

Perform accept.



reject

void reject(StringeeClient, StatusListener)

Perform reject.



Nested enums


RequestType

Defines chat request type values.

Enum values
NORMAL

Represents NORMAL.

TRANSFER

Represents TRANSFER.

getValue

Return value.

getType

Return type.


NORMAL

ChatRequest.RequestType.NORMAL

Represents NORMAL.



TRANSFER

ChatRequest.RequestType.TRANSFER

Represents TRANSFER.



getValue

ChatRequest.RequestType.getValue

Return value.



getType

ChatRequest.RequestType.getType

Return type.



State

Defines chat request handling state values.

Enum values
ACCEPTED

Represents ACCEPTED.

REJECTED

Represents REJECTED.

getValue

Return value.


ACCEPTED

ChatRequest.State.ACCEPTED

Represents ACCEPTED.



REJECTED

ChatRequest.State.REJECTED

Represents REJECTED.



getValue

ChatRequest.State.getValue

Return value.