-
public class BeaconLocalBroadcastProcessor
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 public final static String
RANGE_NOTIFICATION
public final static String
MONITOR_NOTIFICATION
-
Method Summary
Modifier and Type Method Description static synchronized BeaconLocalBroadcastProcessor
getInstance(Context context)
void
register()
void
unregister()
void
onReceive(Context context, Intent intent)
-
-
Method Detail
-
getInstance
static synchronized BeaconLocalBroadcastProcessor getInstance(Context context)
-
register
void register()
-
unregister
void unregister()
-
-
-
-