Package-level declarations
Types
ComponentState represents the state of a user profile loading. It can be in a Loading state or a Loaded state.
Functions
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.
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.
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.
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.
LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a LegacyProfile, it displays a LargeProfileSummary using the atomic components provided within the SDK.
LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a Profile, it displays a LargeProfileSummary using the other atomic components provided within the SDK.
LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a LegacyProfile, it displays a LargeProfileSummary in the appropriate state.
LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a Profile, it displays a LargeProfileSummary in the appropriate state.
Profile is a composable that displays a user's profile card. Given a LegacyProfile, it displays a profile UI component using the atomic components provided within the SDK.
Profile is a composable that displays a user's profile card. Given a Profile, iit displays a profile UI component using the other atomic components provided within the SDK.
Profile is a composable that displays a user's profile card. Given a ComponentState for a LegacyProfile, it displays a Profile in the appropriate state.
Profile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a Profile in the appropriate state.
ProfileSummary is a composable that displays a mini profile card. Given a LegacyProfile, it displays a profile summary card using the atomic components provided within the SDK.
ProfileSummary is a composable that displays a mini profile card. Given a Profile, it displays a profile summary card using the other atomic components provided within the SDK.
ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a LegacyProfile, it displays a profile summary card using the other atomic components.
ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a Profile, it displays a profile summary card using the other atomic components.