Uses of Class
com.arubanetworks.meridian.locationsharing.Friend
Packages that use Friend
Package
Description
-
Uses of Friend in com.arubanetworks.meridian.locationsharing
Methods in com.arubanetworks.meridian.locationsharing that return FriendMethods in com.arubanetworks.meridian.locationsharing that return types with arguments of type FriendModifier and TypeMethodDescriptionLocationSharingUtils.friendsByMap
(List<Friend> unsortedFriends) Friend.fromJSONList
(JSONArray jsonArray) LocationSharingUtils.sortFriendsByBuilding
(List<Friend> unsortedFriends) Method parameters in com.arubanetworks.meridian.locationsharing with type arguments of type FriendModifier and TypeMethodDescriptionvoid
LocationSharing.acceptInvite
(String inviteKey, LocationSharing.Callback<Friend> callback) Accepts an invite, creating a friendship between the current user and the invite creator.LocationSharingUtils.friendsByMap
(List<Friend> unsortedFriends) void
LocationSharing.getFriends
(LocationSharing.Callback<List<Friend>> callback) Retrieves list of friends for the current uservoid
LocationSharing.Listener.onFriendsUpdated
(List<Friend> friends) LocationSharingUtils.sortFriendsByBuilding
(List<Friend> unsortedFriends) -
Uses of Friend in com.arubanetworks.meridian.maps
Method parameters in com.arubanetworks.meridian.maps with type arguments of type FriendModifier and TypeMethodDescriptionvoid
MapSheetFragment.onFriendsUpdated
(List<Friend> friendList) -
Uses of Friend in com.arubanetworks.meridian.maps.directions
Methods in com.arubanetworks.meridian.maps.directions that return FriendMethods in com.arubanetworks.meridian.maps.directions with parameters of type Friend