Clerk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Clerk
Clerk Android UI
/
com.clerk.ui.userprofile.custom
/
UserProfileCustomRowPlacement
User
Profile
Custom
Row
Placement
@
Immutable
sealed
interface
UserProfileCustomRowPlacement
Where to insert a custom row relative to built-in rows.
Inheritors
SectionStart
SectionEnd
Before
After
Members
Types
After
Link copied to clipboard
data
class
After
(
val
row
:
UserProfileRow
)
:
UserProfileCustomRowPlacement
Before
Link copied to clipboard
data
class
Before
(
val
row
:
UserProfileRow
)
:
UserProfileCustomRowPlacement
Section
End
Link copied to clipboard
data
class
SectionEnd
(
val
section
:
UserProfileSection
)
:
UserProfileCustomRowPlacement
Section
Start
Link copied to clipboard
data
class
SectionStart
(
val
section
:
UserProfileSection
)
:
UserProfileCustomRowPlacement