Package-level declarations

Types

Link copied to clipboard

Navigation API available to custom destination views inside com.clerk.ui.userprofile.UserProfileView.

Link copied to clipboard
data class UserProfileCustomRow(val routeKey: String, val title: String, val icon: UserProfileRowIcon, val placement: UserProfileCustomRowPlacement = UserProfileCustomRowPlacement.SectionEnd(UserProfileSection.Profile))

A custom row to display in com.clerk.ui.userprofile.UserProfileView.

Link copied to clipboard

Where to insert a custom row relative to built-in rows.

Link copied to clipboard

Built-in rows in com.clerk.ui.userprofile.UserProfileView that can be used as placement anchors.

Link copied to clipboard
sealed interface UserProfileRowIcon

Icon for a custom user profile row.