update Async
open fun updateAsync(vulnerabilities: CustomerVulnerabilities, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerVulnerabilities>)
Asynchronously updates the customer's vulnerabilities.
Only the provided categories and fields are modified; omitted ones are left unchanged. The request is accepted only if at least one property is modified.
Parameters
vulnerabilities
The vulnerabilities to update.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.