unsubscribeAsync

open fun unsubscribeAsync(id: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<InteroperabilityResponse>)

Asynchronously unsubscribe from the Interoperability Network and terminate the associated subscription, removing access to network services and related resources.

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.