get Profile Async
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
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.