expo-beacon 0.10.0 → 0.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -260,6 +260,7 @@ function BeaconScreen() {
260
260
  | `pairedBeacons` / `pairedEddystones` | Reactive lists of paired devices. |
261
261
  | `inRange` | Paired beacons currently in range, derived live from enter/exit/distance/timeout events (`InRangeBeacon[]`). |
262
262
  | `isMonitoring` | Whether background monitoring is active. |
263
+ | `isEventLoggingEnabled` | Whether SQLite event logging is enabled (kept in sync by the logging actions). |
263
264
  | `refreshPaired()` | Re-read the paired lists from native. |
264
265
  | `pairBeacon()` / `unpairBeacon()` | Pair / unpair an iBeacon, then refresh. |
265
266
  | `pairEddystone()` / `unpairEddystone()` | Pair / unpair an Eddystone, then refresh. |
@@ -267,6 +268,13 @@ function BeaconScreen() {
267
268
  | `startContinuousScan()` / `stopContinuousScan()` | Live scan; results arrive via `onBeaconFound` / `onEddystoneFound`. |
268
269
  | `cancelScan()` | Cancel an in-progress one-shot scan. |
269
270
  | `startMonitoring()` / `stopMonitoring()` | Start / stop background monitoring. |
271
+ | `getMonitoringConfig()` | Read the current monitoring config + active-state snapshot. |
272
+ | `getMonitoredDeviceState()` / `getMonitoredDeviceStates()` | Native state snapshot for one / all paired devices. |
273
+ | `setNotificationConfig()` | Persist notification configuration for monitoring sessions. |
274
+ | `enableEventLogging()` / `disableEventLogging()` | Toggle SQLite logging (updates `isEventLoggingEnabled`). |
275
+ | `getEventLogs()` / `clearEventLogs()` / `destroyEventLogs()` | Read / clear / drop the persisted event log. |
276
+ | `setApiEndpoint()` / `getApiEndpoint()` | Configure / read the native event-forwarding endpoint. |
277
+ | `isBatteryOptimizationExempt()` / `requestBatteryOptimizationExemption()` | Check / request Android battery-optimization exemption. |
270
278
  | `requestPermissions()` | Request the permissions needed for scanning / monitoring. |
271
279
 
272
280
  `inRange` reflects **monitored (paired)** beacons only. Continuous-scan results