Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created November 18, 2024 10:22
Show Gist options
  • Save KatieBarnett/ac2dc1096815882e67a94bbab39e1d85 to your computer and use it in GitHub Desktop.
Save KatieBarnett/ac2dc1096815882e67a94bbab39e1d85 to your computer and use it in GitHub Desktop.
Custom GlanceStateDefinition - Serialized state
@Serializable
data class WidgetState(
val topicName: String,
val quote: Quote,
)
@Serializable
data class Quote(
val text: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment