Uses of Class
com.arubanetworks.meridian.locationsharing.User
Packages that use User
-
Uses of User in com.arubanetworks.meridian.locationsharing
Methods in com.arubanetworks.meridian.locationsharing that return UserModifier and TypeMethodDescriptionstatic User
static User
User.fromJSON
(JSONObject json) LocationSharing.getCurrentUser()
Call this method to get the current logged in userMethods in com.arubanetworks.meridian.locationsharing with parameters of type UserModifier and TypeMethodDescriptionvoid
LocationSharing.createUser
(User user, LocationSharing.Callback<User> callback) Creates a new location sharing user.static Intent
void
LocationSharing.setCurrentUser
(User currentUser) Call this method to set the current logged in uservoid
LocationSharing.updateUser
(User user, LocationSharing.Callback<User> callback) Updates a new location sharing user.Method parameters in com.arubanetworks.meridian.locationsharing with type arguments of type UserModifier and TypeMethodDescriptionvoid
LocationSharing.createUser
(User user, LocationSharing.Callback<User> callback) Creates a new location sharing user.void
LocationSharing.removeUserPhoto
(LocationSharing.Callback<User> callback) Removes profile pic for the current uservoid
LocationSharing.updateUser
(User user, LocationSharing.Callback<User> callback) Updates a new location sharing user.void
LocationSharing.uploadUserPhoto
(Context context, Uri photoUri, LocationSharing.Callback<User> callback) Uploads a photo for the current user