ProfileSummary

fun ProfileSummary(profile: UserProfile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a UserProfile, it displays a mini profile card using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun ProfileSummary(state: UserProfileState, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a UserProfile, it displays a mini profile card using the other atomic components provided within the SDK.

Parameters

state

The user's profile state

modifier

Composable modifier