ProfileViewBasic
data class ProfileViewBasic(val did: Did, val handle: Handle, val displayName: String? = null, val pronouns: String? = null, val avatar: Uri? = null, val associated: ProfileAssociated? = null, val viewer: ViewerState? = null, val labels: List<Label>? = null, val createdAt: Timestamp? = null, val verification: VerificationState? = null, val status: StatusView? = null, val debug: JsonContent? = null)
Parameters
debug
Debug information for internal development
Constructors
Link copied to clipboard
constructor(did: Did, handle: Handle, displayName: String? = null, pronouns: String? = null, avatar: Uri? = null, associated: ProfileAssociated? = null, viewer: ViewerState? = null, labels: List<Label>? = null, createdAt: Timestamp? = null, verification: VerificationState? = null, status: StatusView? = null, debug: JsonContent? = null)