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 TypeMethodDescriptionvoid
LocationSharing.acceptInvite
(String inviteKey, LocationSharing.Callback<Friend> callback) Accepts an invite, creating a friendship between the current user and the invite creator.void
LocationSharing.createInvite
(LocationSharing.Callback<Invite> callback) Creates a new invitevoid
LocationSharing.createUser
(User user, LocationSharing.Callback<User> callback) Creates a new location sharing user.void
LocationSharing.deleteProfile
(Context context, LocationSharing.Callback<Void> callback) Deletes current user’s profilevoid
LocationSharing.getFriends
(LocationSharing.Callback<List<Friend>> callback) Retrieves list of friends for the current uservoid
LocationSharing.getInvites
(LocationSharing.Callback<List<Invite>> callback) Retrieves all invites created by the current uservoid
LocationSharing.removeFriend
(String friendId, LocationSharing.Callback<Void> callback) Removes friendship between current user and provided friend idvoid
LocationSharing.removeUserPhoto
(LocationSharing.Callback<User> callback) Removes profile pic for the current uservoid
LocationSharing.revokeAllInvites
(LocationSharing.Callback<Void> callback) Revokes all invites create by 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