Uses of Enum Class
com.arubanetworks.meridian.locationsharing.LocationSharing.Mode
Packages that use LocationSharing.Mode
-
Uses of LocationSharing.Mode in com.arubanetworks.meridian.locationsharing
Methods in com.arubanetworks.meridian.locationsharing that return LocationSharing.ModeModifier and TypeMethodDescriptionLocationSharing.getMode()
Gets the current Location Sharing mode (FOREGROUND or BACKGROUND).static LocationSharing.Mode
Returns the enum constant of this class with the specified name.static LocationSharing.Mode[]
LocationSharing.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.arubanetworks.meridian.locationsharing with parameters of type LocationSharing.ModeModifier and TypeMethodDescriptionvoid
LocationSharing.setMode
(LocationSharing.Mode mode) Location Sharing can run in two modes, FOREGROUND and BACKGROUND.