Package-level declarations

Functions

Link copied to clipboard
fun OrganizationProfileView(modifier: Modifier = Modifier, clerkTheme: ClerkTheme? = null, isDismissible: Boolean = true, customRows: List<OrganizationProfileCustomRow> = emptyList(), customDestination: @Composable (String) -> Unit? = null, onDismiss: () -> Unit = {}, onComplete: () -> Unit = onDismiss)

Organization profile view for managing the active organization.