getAsync

open fun getAsync(id: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<InteroperabilitySubscription>)

Asynchronously retrieves the details of a specific subscription within the Interoperability betwork using the provided subscription ID. The response includes information such as network configuration, communication channels, wallet settings, and other relevant subscription data.

Parameters

id

A unique identifier for the interoperability subscription associated with a particular customer.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.