BskyAppStatePref
data class BskyAppStatePref(val activeProgressGuide: BskyAppProgressGuide? = null, val nuxs: List<Nux>? = null, val queuedNudges: List<String>? = null)
A grab bag of state that's specific to the bsky.app program. Third-party apps shouldn't use this.
Constructors
Link copied to clipboard
constructor(activeProgressGuide: BskyAppProgressGuide? = null, nuxs: List<Nux>? = null, queuedNudges: List<String>? = null)