ProfileView

data class ProfileView(val did: Did, val handle: Handle, val displayName: String? = null, val description: String? = null, val avatar: Uri? = null, val associated: ProfileAssociated? = null, val indexedAt: Timestamp? = null, val viewer: ViewerState? = null, val labels: ReadOnlyList<Label> = persistentListOf())

Constructors

Link copied to clipboard
constructor(did: Did, handle: Handle, displayName: String? = null, description: String? = null, avatar: Uri? = null, associated: ProfileAssociated? = null, indexedAt: Timestamp? = null, viewer: ViewerState? = null, labels: ReadOnlyList<Label> = persistentListOf())

Properties

Link copied to clipboard
Link copied to clipboard
val avatar: Uri? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val did: Did
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
Link copied to clipboard
val indexedAt: Timestamp? = null
Link copied to clipboard
Link copied to clipboard
val viewer: ViewerState? = null