Uses of Interface
com.arubanetworks.meridian.locationsharing.LocationSharing.Callback
Packages that use LocationSharing.Callback
-
Uses of LocationSharing.Callback in com.arubanetworks.meridian.locationsharing
Methods in com.arubanetworks.meridian.locationsharing with parameters of type LocationSharing.CallbackModifier and TypeMethodDescriptionvoidLocationSharing.acceptInvite(String inviteKey, LocationSharing.Callback<Friend> callback) Accepts an invite, creating a friendship between the current user and the invite creator.voidLocationSharing.createInvite(LocationSharing.Callback<Invite> callback) Creates a new invitevoidLocationSharing.createUser(User user, LocationSharing.Callback<User> callback) Creates a new location sharing user.voidLocationSharing.deleteProfile(Context context, LocationSharing.Callback<Void> callback) Deletes current user’s profilevoidLocationSharing.getFriends(LocationSharing.Callback<List<Friend>> callback) Retrieves list of friends for the current uservoidLocationSharing.getInvites(LocationSharing.Callback<List<Invite>> callback) Retrieves all invites created by the current uservoidLocationSharing.removeFriend(String friendId, LocationSharing.Callback<Void> callback) Removes friendship between current user and provided friend idvoidLocationSharing.removeUserPhoto(LocationSharing.Callback<User> callback) Removes profile pic for the current uservoidLocationSharing.revokeAllInvites(LocationSharing.Callback<Void> callback) Revokes all invites create by the current uservoidLocationSharing.updateUser(User user, LocationSharing.Callback<User> callback) Updates a new location sharing user.voidLocationSharing.uploadUserPhoto(Context context, Uri photoUri, LocationSharing.Callback<User> callback) Uploads a photo for the current user