Chat Rx
class ChatRx(type: ChatType, jid: XmppJid, participants: MutableSet<ChatContact>, chatService: ChatService, agenda: Agenda, xmppChat: XMPPChat)
Reactive API of Chat.
This class replicates some of the methods included in Chat but using Rx types as return values instead of callbacks.
Constructors
Link copied to clipboard
constructor(type: ChatType, jid: XmppJid, participants: MutableSet<ChatContact>, chatService: ChatService, agenda: Agenda, xmppChat: XMPPChat)
Properties
Functions
Link copied to clipboard
Retrieves the last messages available to the current chat. The maximum number of messages to be obtained from the server if available is 15.
Link copied to clipboard
Retrieves the messages available to the current chat within the specified query.
Link copied to clipboard
Marks all messages as viewed since the last message received.
Link copied to clipboard
Uploads the file and sends its URI as a message to this chat.
Link copied to clipboard
Sends a text message to this chat.