-
public class RxAndroidPlugins
-
-
Method Summary
Modifier and Type Method Description static RxAndroidPlugins
getInstance()
void
reset()
Reset any explicit or default-set hooks. void
registerSchedulersHook(RxAndroidSchedulersHook impl)
Registers an RxAndroidSchedulersHook implementation as a global override of anyinjected or default implementations. -
-
Method Detail
-
getInstance
static RxAndroidPlugins getInstance()
-
reset
void reset()
Reset any explicit or default-set hooks.
Note: This should only be used for testing purposes.
-
registerSchedulersHook
void registerSchedulersHook(RxAndroidSchedulersHook impl)
Registers an RxAndroidSchedulersHook implementation as a global override of anyinjected or default implementations.
-
-
-
-