ProfileView
constructor(did: Did, handle: Handle, displayName: String? = null, pronouns: String? = null, description: String? = null, avatar: Uri? = null, associated: ProfileAssociated? = null, indexedAt: Timestamp? = null, createdAt: Timestamp? = null, viewer: ViewerState? = null, labels: List<Label>? = null, verification: VerificationState? = null, status: StatusView? = null, debug: JsonContent? = null)
Parameters
debug
Debug information for internal development