StreamMessageRequestCompleteEvent

Event data for stream message request completion.

Parameters

messageId

The server-side unique message ID

error

The error if the stream ended abnormally; null indicates success

Constructors

Properties

Link copied to clipboard
private final NCError error
Link copied to clipboard
private final String messageId

Functions

Link copied to clipboard
public final NCError getError()
Link copied to clipboard
public final String getMessageId()