Uses of Class
com.arubanetworks.meridian.triggers.ProximityBeacon
Packages that use ProximityBeacon
-
Uses of ProximityBeacon in com.arubanetworks.meridian.requests
Method parameters in com.arubanetworks.meridian.requests with type arguments of type ProximityBeaconModifier and TypeMethodDescriptionBeaconsRequest.Builder.setListener
(MeridianRequest.PageListener<List<ProximityBeacon>> listener) -
Uses of ProximityBeacon in com.arubanetworks.meridian.triggers
Fields in com.arubanetworks.meridian.triggers with type parameters of type ProximityBeaconMethods in com.arubanetworks.meridian.triggers that return ProximityBeaconModifier and TypeMethodDescriptionstatic ProximityBeacon
ProximityBeacon.fromJSONObject
(JSONObject json, String locationId) Static initializer for creating a ProximityBeacon from its json representation.Methods in com.arubanetworks.meridian.triggers that return types with arguments of type ProximityBeaconModifier and TypeMethodDescriptionstatic List<ProximityBeacon>
ProximityBeacon.fromJSONArray
(JSONArray json, String locationId) Static initializer for creating a list of ProximityBeacons from its json representation.Constructor parameters in com.arubanetworks.meridian.triggers with type arguments of type ProximityBeaconModifierConstructorDescriptionTriggerSubscription
(String name, ArrayList<ProximityBeacon> beacons) Specifies a collection of proximity beacons to listen forTriggerSubscription
(String name, ArrayList<ProximityBeacon> beacons, int coolDown) Specifies a collection of proximity beacons to listen for with a cooldownTriggerSubscription
(String name, ArrayList<ProximityBeacon> beacons, int coolDown, int RSSIThreshold) Specifies a collection of proximity beacons to listen for specifying the RSSI threshold and cool down