get All Async
open fun getAllAsync(parameters: GetContactInformationParameters? = null, cancellationSignal: CancellationSignal?, callback: WalletCallback<ExtendedContactInformationList>)
Asynchronously returns a list of all contact information attributes, along with associated metadata.
Parameters
parameters
The parameters for fetching contact information.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.