MessageStatus

public enum MessageStatus extends Enum<MessageStatus>

Enumeration of possible message states, including those not reported by the SDK.

Entries

Link copied to clipboard

Message that has been presented to the SDK, but not yet full transmitted to the backend.

Link copied to clipboard

Message has been fully sent to the backend but not yet acknowledged.

Link copied to clipboard

Message has been acknowledged by the backend.

Link copied to clipboard

Message to customer has been reported as seen by the UI.

Link copied to clipboard

Message to agent has been reported as read by the backend.

Link copied to clipboard

Message transmission failed to send or was reported as unacceptable by the backend.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal

Functions

Link copied to clipboard

Enumeration of possible message states, including those not reported by the SDK.

Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()
Link copied to clipboard
public final MessageStatus valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public final Array<MessageStatus> values()

Returns an array containing the constants of this enum type, in the order they're declared.