A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
R
- RangedBeacon - class in org.altbeacon.beacon.service
- RangeNotifier - class in org.altbeacon.beacon
- This interface is implemented by classes that receive beacon ranging notifications
- RangeState - class in org.altbeacon.beacon.service
- RangingData - class in org.altbeacon.beacon.service
- Internal class used to transfer ranging data between the BeaconService and the client
- recordDetection() - function in org.altbeacon.beacon.service.DetectionTracker
- Region - class in org.altbeacon.beacon
- This class represents a criteria of fields used to match beacons.
- RegionBootstrap - class in org.altbeacon.beacon.startup
- Class allowing a user to set up background launching of an app when a user enters a beacon Region.
- RegionMonitoringState - class in org.altbeacon.beacon.service
- regions() - function in org.altbeacon.beacon.service.MonitoringStatus
- regionsCount() - function in org.altbeacon.beacon.service.MonitoringStatus
- RegionViewModel - class in org.altbeacon.beacon
- register() - function in org.altbeacon.beacon.BeaconLocalBroadcastProcessor
- registerComponentCallbacks(ComponentCallbacks) - function in android.content.BeaconIntentProcessor
- registerComponentCallbacks(ComponentCallbacks) - function in android.content.BluetoothTestJob
- registerComponentCallbacks(ComponentCallbacks) - function in android.content.ScanJob
- registerComponentCallbacks(ComponentCallbacks) - function in android.content.BeaconService
- registerDeviceIdChangeListener(Executor,IntConsumer) - function in android.content.BeaconIntentProcessor
- registerDeviceIdChangeListener(Executor,IntConsumer) - function in android.content.BluetoothTestJob
- registerDeviceIdChangeListener(Executor,IntConsumer) - function in android.content.ScanJob
- registerDeviceIdChangeListener(Executor,IntConsumer) - function in android.content.BeaconService
- registerDozeCallbacks(Context,BroadcastReceiver) - function in org.altbeacon.beacon.utils.DozeDetector
- registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.BeaconIntentProcessor
- registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.BluetoothTestJob
- registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.ScanJob
- registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.BeaconService
- reinitialize() - function in org.altbeacon.beacon.service.IntentScanStrategyCoordinator
- reloadParsers() - function in org.altbeacon.beacon.service.BeaconService
- remove(E) - function in org.altbeacon.beacon.utils.ChangeAwareCopyOnWriteArrayList
- removeAll(Collection) - function in org.altbeacon.beacon.utils.ChangeAwareCopyOnWriteArrayList
- removeAllMonitorNotifiers() - function in org.altbeacon.beacon.BeaconManager
- Remove all the Monitor Notifiers.
- removeAllRangeNotifiers() - function in org.altbeacon.beacon.BeaconManager
- Remove all the Range Notifiers.
- removeAt(Integer) - function in java.util.ChangeAwareCopyOnWriteArrayList
- removeIf(Predicate) - function in org.altbeacon.beacon.utils.ChangeAwareCopyOnWriteArrayList
- removeLocalRegion(Region) - function in org.altbeacon.beacon.service.MonitoringStatus
- removeMonitoreNotifier(MonitorNotifier) - function in org.altbeacon.beacon.BeaconManager
- removeMonitorNotifier(MonitorNotifier) - function in org.altbeacon.beacon.BeaconManager
- Specifies a class to remove from the array of
MonitorNotifier. - removeRangeNotifier(RangeNotifier) - function in org.altbeacon.beacon.BeaconManager
- Specifies a class to remove from the array of
RangeNotifier - removeRegion(Region) - function in org.altbeacon.beacon.service.MonitoringStatus
- removeRegion(Region) - function in org.altbeacon.beacon.startup.RegionBootstrap
- Remove a given region
- removeStickyBroadcast(Intent) - function in android.content.BeaconIntentProcessor
- removeStickyBroadcast(Intent) - function in android.content.BluetoothTestJob
- removeStickyBroadcast(Intent) - function in android.content.ScanJob
- removeStickyBroadcast(Intent) - function in android.content.BeaconService
- removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.BeaconIntentProcessor
- removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.BluetoothTestJob
- removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.ScanJob
- removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.BeaconService
- replaceAll(UnaryOperator) - function in java.util.ChangeAwareCopyOnWriteArrayList
- replaceSettings(Settings) - function in org.altbeacon.beacon.BeaconManager
- Applies new library settings as a single transaction and restart scanning if needed.Any settings field snot specified in the passed settings object will revert to defaults.
- request() - function in org.altbeacon.beacon.distance.DistanceConfigFetcher
- requestBeaconData(Beacon,BeaconDataNotifier) - function in org.altbeacon.beacon.client.BeaconDataFactory
- Asynchronous callWhen data is available, it is passed back to the beaconDataNotifier interface
- requestBeaconData(Beacon,BeaconDataNotifier) - function in org.altbeacon.beacon.client.NullBeaconDataFactory
- Asynchronous callWhen data is available, it is passed back to the beaconDataNotifier interface
- requestBeaconData(Beacon,BeaconDataNotifier) - function in org.altbeacon.beacon.client.NullBeaconDataFactory
- Asynchronous callWhen data is available, it is passed back to the beaconDataNotifier interface
- requestData(BeaconDataNotifier) - function in org.altbeacon.beacon.Beacon
- Requests server-side data for this beacon.
- requestData(BeaconDataNotifier) - function in org.altbeacon.beacon.AltBeacon
- Requests server-side data for this beacon.
- requestStateForRegion(Region) - function in org.altbeacon.beacon.BeaconManager
- Requests the current in/out state on the specified region.
- restartBackgroundScan() - function in org.altbeacon.beacon.service.IntentScanStrategyCoordinator
- restore(Context) - function in org.altbeacon.beacon.service.ScanState
- restoreCallingIdentity(long) - function in android.os.BeaconService.BeaconBinder
- restoreCallingWorkSource(long) - function in android.os.BeaconService.BeaconBinder
- retainAll(Collection) - function in java.util.ChangeAwareCopyOnWriteArrayList
- retryForegroundServiceScanning() - function in org.altbeacon.beacon.BeaconManager
- Because Android 12 blocks starting foreground services under some conditions, the librarymay fall back to using the Job Scheduler to schedule scans in these cases.
- revertSettings() - function in org.altbeacon.beacon.BeaconManager
- Resets library settings to defaults as a single transaction and restarts scanning if needed.
- revokeSelfPermissionOnKill(String) - function in android.content.BeaconIntentProcessor
- revokeSelfPermissionOnKill(String) - function in android.content.BluetoothTestJob
- revokeSelfPermissionOnKill(String) - function in android.content.ScanJob
- revokeSelfPermissionOnKill(String) - function in android.content.BeaconService
- revokeSelfPermissionsOnKill(Collection) - function in android.content.BeaconIntentProcessor
- revokeSelfPermissionsOnKill(Collection) - function in android.content.BluetoothTestJob
- revokeSelfPermissionsOnKill(Collection) - function in android.content.ScanJob
- revokeSelfPermissionsOnKill(Collection) - function in android.content.BeaconService
- revokeUriPermission(Uri,int) - function in android.content.BeaconIntentProcessor
- revokeUriPermission(Uri,int) - function in android.content.BluetoothTestJob
- revokeUriPermission(Uri,int) - function in android.content.ScanJob
- revokeUriPermission(Uri,int) - function in android.content.BeaconService
- RssiFilter - class in org.altbeacon.beacon.service
- Interface that can be implemented to overwrite measurement and filtering of RSSI values
- runBackupScan(Context) - function in org.altbeacon.beacon.service.IntentScanStrategyCoordinator
- RunningAverageRssiFilter - class in org.altbeacon.beacon.service
- Calculate a RSSI value on base of an arbitrary list of measured RSSI values The list is clipped by a certain length at start and end and the average is calculate by simple arithmetic average
- runScanTest(Context) - function in org.altbeacon.bluetooth.BluetoothMedic
- Starts up a brief blueooth scan with the intent of seeing if it results in an error conditionindicating the bluetooth stack may be in a bad state.If the failure error code matches a pattern known to be associated with a bad bluetooth stackstate, then the bluetooth stack is turned off and then back on after a short delay in orderto try to recover.
- runTransmitterTest(Context) - function in org.altbeacon.bluetooth.BluetoothMedic
- Starts up a beacon transmitter with the intent of seeing if it results in an error conditionindicating the bluetooth stack may be in a bad state.If the failure error code matches a pattern known to be associated with a bad bluetooth stackstate, then the bluetooth stack is turned off and then back on after a short delay in orderto try to recover.