Package-level declarations

Contains the API to manage user profiles.

Types

Link copied to clipboard
@IviExperimental(reasons = [])
data class UserProfile(val id: Uid<UserProfile>, val displayName: String?) : Parcelable

Represents a user profile.

Link copied to clipboard

Service responsible for managing user profiles.