get All Streak Milestones Async
open fun getAllStreakMilestonesAsync(parameters: GetAllStreakMilestonesParameters, cancellationSignal: CancellationSignal?, callback: WalletCallback<StreakMilestoneList>)
Asynchronously retrieves a collection of milestones for a specific streak.
Parameters
parameters
Parameters identifying the streak and paginating its milestones.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.