File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33The Rx Bindings provide a facade to the Amplify library. Instead of
44using Amplify's native callback interface, you can interact with Amplify
5- APIs by means of RxJava2
6- [ ` Observable ` ] ( http://reactivex.io/RxJava/javadoc/io/reactivex/Observable.html ) ,
7- [ ` Single ` ] ( http://reactivex.io/RxJava/javadoc/io/reactivex/Single.html ) , and
8- [ ` Completable ` ] ( http://reactivex.io/RxJava/javadoc/io/reactivex/Completable.html ) .
5+ APIs by means of RxJava3
6+ [ ` Observable ` ] ( http://reactivex.io/RxJava/3.x/ javadoc/io/reactivex/rxjava3/core /Observable.html ) ,
7+ [ ` Single ` ] ( http://reactivex.io/RxJava/3.x/ javadoc/io/reactivex/rxjava3/core /Single.html ) , and
8+ [ ` Completable ` ] ( http://reactivex.io/RxJava/3.x/ javadoc/io/reactivex/rxjava3/core /Completable.html ) .
99
1010For more information see [ the public documentation] ( https://docs.amplify.aws/lib/project-setup/rxjava/q/platform/android )
1111and [ this blog post] ( https://aws.amazon.com/blogs/mobile/using-rxjava-with-aws-amplify-android-library/ ) .
You can’t perform that action at this time.
0 commit comments