updateProfileAsync

open fun updateProfileAsync(request: UpdateCustomerRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerInfo>)

Asynchronously updates customer personal information.

Parameters

request

A UpdateCustomerRequest with the updated customer information

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.