ReviewState

data class ReviewState(val firstOpenMillis: Long = 0, val interactionCount: Int = 0, val lastPromptMillis: Long = 0)

Persisted review counters (app-persisted — DataStore/NSUserDefaults/etc. in production).

Constructors

Link copied to clipboard
constructor(firstOpenMillis: Long = 0, interactionCount: Int = 0, lastPromptMillis: Long = 0)

Properties

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