get All Reward Redemptions Async
open fun getAllRewardRedemptionsAsync(parameters: GetAllRewardRedemptionsParameters, cancellationSignal: CancellationSignal?, callback: WalletCallback<RedemptionList>)
Asynchronously retrieves a list of all reward redemptions made by a customer.
Parameters
parameters
Parameters for retrieving reward redemptions.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.