Changelog Overlay Config
data class ChangelogOverlayConfig(val title: String = "What's New", val subtitle: String = "", val entryCount: Int = 3, val primaryButton: String = "Continue", val closeButton: String = "Close")(source)
Copy, button label, and display count settings for the What's-New modal overlay (dev.cupthread.feedback.ui.ChangelogOverlay).
Constructors
Properties
Link copied to clipboard
Number of changelog entries guaranteed to be within the valid 1..10 range.
Link copied to clipboard
Label for the secondary dismissal button (e.g., "Close").
Link copied to clipboard
Desired number of changelog entries to present (coerced between 1 and 10).
Link copied to clipboard
Label for the main action button (e.g., "Continue").