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)

Properties

Link copied to clipboard
Link copied to clipboard
val nuxs: List<Nux>? = null

Storage for NUXs the user has encountered.

Link copied to clipboard
val queuedNudges: List<String>? = null

An array of tokens which identify nudges (modals, popups, tours, highlight dots) that should be shown to the user.