Skip to main content

State

Contains available states of InboxEntryStream.

Constants

ABORTED : State

Indicates that the InboxEntryStream was canceled.

ERROR : State

Indicates that an error occurred while sending files or the Entry.

FILES_SENT : State

Indicates that all files have been sent successfully and the entry is ready to be sent. This state is set when:

  1. The InboxEntryStream has been initialized and there are no files to send.
  2. All files have been sent successfully.

PREPARED : State

The initial state, indicating that InboxEntryStream is ready to send files.

SENT : State

Indicates that the entry was sent successfully.

Static Methods

valueOf

public static State valueOf(
String name
)

NameTypeDescription
nameString

TypeDescription
State

values

public static State[] values()

TypeDescription
State[]