Package com. amazonaws. ivs. chat. messaging
Types
Error codes returned by chat room.
Represents IVS chat room connection.
Interface for delivering chat room lifecycle events as well as received messages and events.
Callback interface used to pass the result of chat token request.
Interface for reporting delete message request result.
Successful completion of the request is confirmed by receiving a delete message event with matching request id.
Failure of the request is confirmed by receiving a chat error with a matching request id.
Reason why room transitions to disconnected state.
Interface for reporting disconnect user request result.
Successful completion of the request is confirmed by receiving a disconnect user event with matching request id.
Failure of the request is confirmed by receiving a chat error with a matching request id.
Generic interface for reporting user request completion or rejection by the IVS service.
Interface for reporting send message request result.
Successful completion of the request is confirmed by receiving a chat message with matching request id.
Failure of the request is confirmed by receiving a chat error with a matching request id.