Package 

Class BeaconLocalBroadcastProcessor


  • 
    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.