LargeProfileSummary

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

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a UserProfile, it displays a LargeProfileSummary using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


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

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a UserProfileState, it displays a LargeProfileSummary or the skeleton if it's in a loading state.

Parameters

state

The user's profile state

modifier

Composable modifier