subscribe Async
open fun subscribeAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<InteroperabilitySubscription>)
Asynchronously subscribes a customer to the interoperability network and returns the relevant subscription details, including network configuration, communication channels, wallet settings, and other related information.
Parameters
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.