Package com.tomtom.ivi.platform.settings.api.service.userprofilemanagement

Contains the API to manage user profiles.

Types

Link copied to clipboard
data class UserProfile(val id: Uid<UserProfile>, val displayName: String?) : Parcelable

Represents a user profile.

Link copied to clipboard
interface UserProfileManagementService

Service responsible for managing user profiles.