onRoomMessageSendResult property

FutureOr<void> Function(long msgid, int error)? onRoomMessageSendResult
getter/setter pair

@platform android @detail callback @brief Receives this callback after sending a text message or a binary message to a room with sendRoomMessage{@link #RTSRoom#sendRoomMessage} or sendRoomBinaryMessage{@link #RTSRoom#sendRoomBinaryMessage}. @param msgid The ID of this message. @param error Message sending result. See RoomMessageSendResult{@link #RoomMessageSendResult}

Implementation

FutureOr<void> Function(long msgid, int error)? onRoomMessageSendResult;