updateAsync

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.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.