Package-level declarations
Types
Link copied to clipboard
Implementations of PersonalData enable easy access to personal data.
Link copied to clipboard
class PersonalLocation
A single personal location of the current user of the application.
Link copied to clipboard
class UserLocations
Entity holding all personal locations of the current user of the application.
Link copied to clipboard
class UserProfile
Entity holding all personal data relating to the current user of the application.
Link copied to clipboard
Callback that reports when a UserProfile or UserProfileFailure is received.
Link copied to clipboard
Callback that reports when clearing the UserProfile ends with success or when a UserProfileFailure is received.
Link copied to clipboard
Failures that might occur when interacting with the UserProfile using PersonalData.
Link copied to clipboard
interface UserProfileUpdatedListener
Listener for user profile updates. It is notified when the user profile is updated. The listener is registered using PersonalData.addUserProfileUpdatedListener.