toggle menu
ZappBase
androidJvm
switch theme
search in API
Chat
/
com.zappstudio.zappchat.domain.util
/
RxBus
Rx
Bus
class
RxBus
Members
Constructors
Rx
Bus
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Conversation
Received
Link copied to clipboard
fun
getConversationReceived
(
)
:
PublishSubject
<
Pair
<
Map
<
String
,
String
>
,
ChatModel
>
>
post
Conversation
Received
Link copied to clipboard
fun
postConversationReceived
(
chatModel
:
Pair
<
Map
<
String
,
String
>
,
ChatModel
>
)