UserProfile
class UserProfile
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()
Creates a new instance of UserProfile with no locations or proposals.
Properties
Link copied to clipboard
Contains the personal locations of the user.
Link copied to clipboard
Contains the user's personalization proposals received from the online backend. It is always null if the instance of UserProfile is obtained from the offline implementation of PersonalData.