-
public class BeaconLocalBroadcastProcessorConverts 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 StringRANGE_NOTIFICATIONpublic final static StringMONITOR_NOTIFICATION
-
Method Summary
Modifier and Type Method Description static synchronized BeaconLocalBroadcastProcessorgetInstance(Context context)voidregister()voidunregister()voidonReceive(Context context, Intent intent)-
-
Method Detail
-
getInstance
static synchronized BeaconLocalBroadcastProcessor getInstance(Context context)
-
register
void register()
-
unregister
void unregister()
-
-
-
-