Android-Proximity-SDK
Android-Proximity-SDK copied to clipboard
Estimote Proximity SDK for Android
## Prerequisites * [X ] Put an X between the brackets on this line if you have done all of the following: * My beacons have Estimote Monitoring enabled (Check...
The Proximity for Multiple Beacons source code download from estimote cloud, **After that i changed version form 0.3.3 to 0.5.1** implementation 'com.estimote:proximity-sdk:0.5.1' This package can not reslove i**mport com.estimote.cloud_plugin.common.EstimoteCloudCredentials;** so...
## Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * My beacons have Estimote Monitoring enabled * My...
Is there a way to update the notification for background? Either using the channel id and do it myself or getting the notification by the SDK and tell it to...
## Description Current proximity SDK forces us to define Attachment in Estimote cloud only, my use case requires me to configure beacons locally and setting up attachment without going to...
the beacon service is running on Application class on my app, so as we can guess is, it will detect all the beacons, even user exit the app, or destroy...
## Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * My beacons have Estimote Monitoring enabled (Check it...
- I tried Estimote SDK version 1.0.5, 1.0.7, 1.0.8 - I granted all permission android.permission.BLUETOOTH_CONNECT, android.permission.BLUETOOTH_SCAN, android.permission.ACCESS_FINE_LOCATION val officeZone = ProximityZoneBuilder() .forTag("OfficeZone") .inFarRange() .onEnter { Logcat.i(TAG, "OfficeZone onEnter major: ${it.attachments["major"]},...