UserProfileCustomRow
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.
Parameters
routeKey
A string key that identifies the destination to navigate to when tapped. The same key is passed to the customDestination composable so it can render the appropriate screen.
title
The row title text.
icon
The row icon.
placement
Where to insert relative to built-in rows. Defaults to the end of the profile section.
Constructors
Link copied to clipboard
constructor(routeKey: String, title: String, icon: UserProfileRowIcon, placement: UserProfileCustomRowPlacement = UserProfileCustomRowPlacement.SectionEnd(UserProfileSection.Profile))