Sdk Appearance
data class SdkAppearance(val theme: SdkTheme = SdkTheme.SYSTEM, val features: SdkFeatures = SdkFeatures.allEnabled, val changelogOverlay: ChangelogOverlayConfig = ChangelogOverlayConfig())(source)
Complete remote appearance package configured in the CupThread developer console: color palette theme, feature switches, and changelog presentation options.
Constructors
Link copied to clipboard
constructor(theme: SdkTheme = SdkTheme.SYSTEM, features: SdkFeatures = SdkFeatures.allEnabled, changelogOverlay: ChangelogOverlayConfig = ChangelogOverlayConfig())
Properties
Link copied to clipboard
Layout and copy settings for What's-New sheets (ChangelogOverlayConfig).
Link copied to clipboard
Enabled feature flags (SdkFeatures).