ProfileViewDetailed
data class ProfileViewDetailed(val did: Did, val handle: Handle, val displayName: String? = null, val description: String? = null, val pronouns: String? = null, val website: Uri? = null, val avatar: Uri? = null, val banner: Uri? = null, val followersCount: Long? = null, val followsCount: Long? = null, val postsCount: Long? = null, val associated: ProfileAssociated? = null, val joinedViaStarterPack: StarterPackViewBasic? = null, val indexedAt: Timestamp? = null, val createdAt: Timestamp? = null, val viewer: ViewerState? = null, val labels: List<Label>? = null, val pinnedPost: StrongRef? = 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, description: String? = null, pronouns: String? = null, website: Uri? = null, avatar: Uri? = null, banner: Uri? = null, followersCount: Long? = null, followsCount: Long? = null, postsCount: Long? = null, associated: ProfileAssociated? = null, joinedViaStarterPack: StarterPackViewBasic? = null, indexedAt: Timestamp? = null, createdAt: Timestamp? = null, viewer: ViewerState? = null, labels: List<Label>? = null, pinnedPost: StrongRef? = null, verification: VerificationState? = null, status: StatusView? = null, debug: JsonContent? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Debug information for internal development
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard