get All Streaks Async
open fun getAllStreaksAsync(parameters: GetAllStreaksParameters? = null, cancellationSignal: CancellationSignal?, callback: WalletCallback<StreakList>)
Asynchronously retrieves a collection of streaks visible to the customer.
Parameters
parameters
Parameters for filtering and paginating streaks.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.