Package-level declarations

Types

Link copied to clipboard
data class Profile(val userName: String = String(), val profilePictureUri: String? = null)

Data class representing a user profile.

Functions

Link copied to clipboard

Extension function to convert Profile to PreferencesUserProfile.

Link copied to clipboard

Extension function to convert UserDataPreferences to Profile.