ReceivedStatus

public final class ReceivedStatus

Message receive status.

Uses position Mark recorded by method message Receive multiple after Status, can simultaneously When exists multiple Status.

Parameters

flag

Status Identifier Value

Constructors

Link copied to clipboard
public ReceivedStatus ReceivedStatus(Integer flag)

Properties

Link copied to clipboard
private final Boolean isDownloaded

Media File Whether Already Download

Link copied to clipboard
private final Boolean isListened

Voice message Whether Already listen

Link copied to clipboard
private final Boolean isMultipleReceive

message Whether Was/were multi-device same When Receive

Link copied to clipboard
private final Boolean isRead

message Whether Read

Link copied to clipboard
private final Boolean isRetrieved

message Whether Already Was/were receive

Functions

Link copied to clipboard
public final Integer getFlag()

Get Status Identifier Value

Link copied to clipboard
public final Boolean isDownloaded()

Media File Whether Already Download

Link copied to clipboard
public final Boolean isListened()

Voice message Whether Already listen

Link copied to clipboard
public final Boolean isMultipleReceive()

message Whether Was/were multi-device same When Receive

Link copied to clipboard
public final Boolean isRead()

message Whether Read

Link copied to clipboard
public final Boolean isRetrieved()

message Whether Already Was/were receive

Link copied to clipboard
public final Unit setDownloaded()

Set Already Download

Link copied to clipboard
public final Unit setListened()

Set Already listen

Link copied to clipboard
public final Unit setMultipleReceive()

Set multi-device Receive

Link copied to clipboard
public final Unit setRead()

Set Read

Link copied to clipboard
public final Unit setRetrieved()

Set Already receive

Link copied to clipboard
public String toString()