DevBase
2.0.0
Data
/
com.devbase.data.utilities.rx
/
RxEventBus
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Sources
Functions
post
Link copied to clipboard
fun
post
(
event
:
Any
)
Content copied to clipboard
Method to post an event
subscribe
Link copied to clipboard
inline
fun
<
T
>
subscribe
(
)
:
Observable
<
T
>
Content copied to clipboard
Method to subscribe to event
Properties
publisher
Link copied to clipboard
@
JvmStatic
val
publisher
:
PublishSubject
<
Any
>
Content copied to clipboard
Sources
androidJvm source
Link copied to clipboard