MessageMetadata

public interface MessageMetadata

Otherwise uncategorizable properties of a message.

Functions

Link copied to clipboard
public abstract Date getReadAt()

The date at which the message was read. Defaults to null if the message is freshly sent or delivered.

Link copied to clipboard
public abstract Date getSeenAt()

The date at which the message was seen (delivered) on backend. Default to null if the message is freshly sent by the SDK, always non-null if the message is delivered.

Link copied to clipboard
public abstract Date getSeenByCustomerAt()

The date at which the message was seen by the customer (client). Defaults to null if the message was not yet seen by the customer.

Link copied to clipboard
public abstract MessageStatus getStatus()

Inferred status of message.