Package org.altbeacon.beacon
Class BeaconLocalBroadcastProcessor
- java.lang.Object
-
- org.altbeacon.beacon.BeaconLocalBroadcastProcessor
-
public class BeaconLocalBroadcastProcessor extends Object
Converts internal intents to notifier callbacks This is used with ScanJob and supports delivering intents even under Android O background restrictions preventing starting a new IntentService. It is not used with the BeaconService, if running in a separate process, as local broadcast intents cannot be deliverd across different processes which the BeaconService supports.
-
-
Field Summary
Fields Modifier and Type Field Description static StringMONITOR_NOTIFICATIONstatic StringRANGE_NOTIFICATION
-
Constructor Summary
Constructors Constructor Description BeaconLocalBroadcastProcessor(Context context)
-
-
-
Field Detail
-
RANGE_NOTIFICATION
public static final String RANGE_NOTIFICATION
- See Also:
- Constant Field Values
-
MONITOR_NOTIFICATION
public static final String MONITOR_NOTIFICATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BeaconLocalBroadcastProcessor
public BeaconLocalBroadcastProcessor(Context context)
-
-