StreakMilestoneAchievementSummary

data class StreakMilestoneAchievementSummary(val achievedInCurrentRun: Boolean, val achievementCount: Int, val lastAchievedTime: Calendar?)

Data class representing a summary of the customer's achievements of a streak milestone.

Parameters

achievedInCurrentRun

Whether the customer has reached this milestone in their current active streak run.

achievementCount

How many times the customer has reached this milestone.

lastAchievedTime

The time the customer most recently reached this milestone.

Constructors

Link copied to clipboard
constructor(achievedInCurrentRun: Boolean, achievementCount: Int, lastAchievedTime: Calendar?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard