Package-level declarations

Types

Link copied to clipboard
data class Declaration(val allowIncoming: DeclarationAllowIncoming)
Link copied to clipboard
Link copied to clipboard
data class ProfileViewBasic(    val did: Did,     val handle: Handle,     val displayName: String? = null,     val avatar: Uri? = null,     val associated: ProfileAssociated? = null,     val viewer: ViewerState? = null,     val labels: List<Label> = emptyList(),     val chatDisabled: Boolean? = null)