LargeProfile
LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LargeProfile using the other atomic components provided within the SDK.
Parameters
The user's profile information
Composable modifier
LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a LargeProfile or the skeleton if it's in a loading state.
Parameters
The user's profile state
Composable modifier
Composable to display the user avatar
Composable to display the view profile button
Deprecated
This class is deprecated and will be removed in a future release.
Replace with
com.gravatar.ui.components.LargeProfile
LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LegacyProfile using the atomic components provided within the SDK.
Parameters
The user's profile information
Composable modifier
Deprecated
This class is deprecated and will be removed in a future release.
Replace with
com.gravatar.ui.components.LargeProfile
LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a LegacyProfile, it displays a LargeProfile or the skeleton if it's in a loading state.
Parameters
The user's profile state
Composable modifier