UserProfileState

sealed class UserProfileState

UserProfileState represents the state of a user profile loading. It can be in a Loading state or a Loaded state.

Inheritors

Types

Link copied to clipboard
data class Loaded(val userProfile: UserProfile) : UserProfileState

Loaded represents the state where the user profile has been loaded.

Link copied to clipboard

Loading represents the state where the user profile is still loading.