getAsync

open fun getAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerVulnerabilities>)

Asynchronously retrieves the customer's recorded vulnerabilities grouped by category.

Parameters

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.