OrganizationProfileCustomRowPlacement
Where to insert a custom row relative to built-in organization profile rows.
Inheritors
Types
Link copied to clipboard
Inserts the row immediately after row when that built-in row is visible.
Link copied to clipboard
Inserts the row immediately before row when that built-in row is visible.
Link copied to clipboard
data class SectionEnd(val section: OrganizationProfileSection) : OrganizationProfileCustomRowPlacement
Inserts the row after every built-in row in section.
Link copied to clipboard
data class SectionStart(val section: OrganizationProfileSection) : OrganizationProfileCustomRowPlacement
Inserts the row before every built-in row in section.