update Async
open fun updateAsync(id: String, request: UpdateSubscriptionRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<InteroperabilitySubscription>)
Asynchronously updates the subscription for the Interoperability Network. Currently, only certain subscription metadata fields can be updated
Parameters
id
A unique identifier for the interoperability subscription associated with a particular customer.
request
An UpdateSubscriptionRequest object that represents subscription details for enrolling in the interoperability network.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.