sendEntry
Sends the entry data and closes this stream, transitioning it to the State.SENT state.
This method should only be called after all files associated with the entry have been successfully sent, indicated by the stream being in the State.FILES_SENT state.
Throws
when method encounters an exception while calling InboxApi.sendEntry method
when method encounters an unknown exception while calling InboxApi.sendEntry method
if the stream is not in the State.FILES_SENT state or InboxApi.sendEntry thrown IllegalStateException