getProfileAsync

open fun getProfileAsync(includes: List<ProfileIncludes>, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerInfo>)

Asynchronously retrieves customer information.

Parameters

includes

A list of ProfileIncludes parameters to include in the response

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.