Pagination and local persistance for cloud attachments
Added
- Estimote Monitoring is supporting pagination. Previously you could fetch only up to 100 attachments.
- Local persistance for cloud attachments. Now the EPXProximityObserver will fetch data from the cloud on every startObserving() if the network is available. If not, it will use the locally persisted data. This way you can start scan without the internet access, provided that you have launched it at least once when network was available.