get Customer Profile Async
open fun getCustomerProfileAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<LoyaltyCustomer>)
Asynchronously retrieves a customer's profile from the loyalty program. Only enrolled customers can retrieve their profile.
Parameters
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.