Class Constant


  • public class Constant
    extends Object
    • Field Detail

      • ERROR_ACCESS_FINE_LOCATION_DENIED

        public static final int ERROR_ACCESS_FINE_LOCATION_DENIED
        See Also:
        Constant Field Values
      • ERROR_ACCESS_FINE_LOCATION_DENIED_MSG

        public static final String ERROR_ACCESS_FINE_LOCATION_DENIED_MSG
        See Also:
        Constant Field Values
      • ERROR_ACCESS_BACKGROUND_LOCATION_DENIED

        public static final int ERROR_ACCESS_BACKGROUND_LOCATION_DENIED
        See Also:
        Constant Field Values
      • ERROR_ACCESS_BACKGROUND_LOCATION_DENIED_MSG

        public static final String ERROR_ACCESS_BACKGROUND_LOCATION_DENIED_MSG
        See Also:
        Constant Field Values
      • ERROR_BEACON_LIST_EMPTY

        public static final int ERROR_BEACON_LIST_EMPTY
        See Also:
        Constant Field Values
      • ERROR_ACCESS_COARSE_LOCATION_DENIED

        public static final int ERROR_ACCESS_COARSE_LOCATION_DENIED
        See Also:
        Constant Field Values
      • ERROR_ACCESS_COARSE_LOCATION_DENIED_MSG

        public static final String ERROR_ACCESS_COARSE_LOCATION_DENIED_MSG
        See Also:
        Constant Field Values
      • BLUETOOTH_STATE_OFF

        public static int BLUETOOTH_STATE_OFF
      • BLUETOOTH_STATE_TURNING_OFF

        public static int BLUETOOTH_STATE_TURNING_OFF
      • BLUETOOTH_STATE_ON

        public static int BLUETOOTH_STATE_ON
      • BLUETOOTH_STATE_TURNING_ON

        public static int BLUETOOTH_STATE_TURNING_ON
      • FOREGROUND_SCAN_PERIOD

        public static String FOREGROUND_SCAN_PERIOD
        the duration in milliseconds of each Bluetooth LE scan cycle to look for beacons. Default 5s
      • FOREGROUND_BETWEEN_SCAN_PERIOD

        public static String FOREGROUND_BETWEEN_SCAN_PERIOD
        the duration in milliseconds between each Bluetooth LE scan cycle to look for beacons. Default 10s
      • BEACON_TIME_OUT_INTERVAL

        public static String BEACON_TIME_OUT_INTERVAL
        the duration in milliseconds between each Beacon status check to determine enter/exit state. Default 30s
    • Constructor Detail

      • Constant

        public Constant()