getRewardRedemptionAsync

open fun getRewardRedemptionAsync(redemptionId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<RewardRedemption>)

Retrieves a reward redemption by its unique identifier.

Parameters

redemptionId

The unique identifier of the reward redemption.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.