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.