UserProfile

class UserProfile(val locations: UserLocations = UserLocations())

Entity holding all personal data relating to the current user of the application.

Important: This is a Public Preview API. It may be changed or removed at any time.

See also

Constructors

Link copied to clipboard
constructor(locations: UserLocations = UserLocations())

Properties

Link copied to clipboard

Contains the personal locations of the user.

Link copied to clipboard
val proposals: Proposals? = null

Contains the user's personalization proposals received from the online backend. It is null if the user is offline.