Coroutines Alternatives
Beacon Android SDK by default uses Coroutines to handle asynchronous code. If you don't want to use Coroutines in your application, see the alternatives below.
:client-wallet-compat
#
Beacon Adndroid SDK ships with :client-wallet-compat
module that provides a supplementary callback-based interface for :client-wallet
. See the snippets below to learn how to use it.
tip
See the Installation page for more information about the :client-wallet-compat
module and how to install it.
#
Create a wallet client- Callback
- Coroutines
#
Subscribe to incoming requests- Callback
- Coroutines
#
Connect to a dApp- Callback
- Coroutines
#
Handle requests from the dApp- Callback
- Coroutines
#
Integration with other asynchronous librariesSee the guides below to learn how to integrate Beacon Android SDK with other asynchronous libraries.