SentStatus

public enum SentStatus

The status of the sent message.

Entries

Link copied to clipboard

Sending in progress.

Link copied to clipboard

Send failed.

Link copied to clipboard

Sent.

Link copied to clipboard

The message has been received.

Link copied to clipboard

The message has been read by the recipient.

Link copied to clipboard

The other party has been destroyed.

Link copied to clipboard

The other party has canceled

Properties

Link copied to clipboard
public final int value

Functions

Link copied to clipboard
public int getValue()
Retrieves the value of the message sending status.
Link copied to clipboard
public static Message.SentStatus setValue(int code)
Sets the message sending status.
Link copied to clipboard
public static Message.SentStatus valueOf(String name)

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 static Array<Message.SentStatus> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.