iOS SDK 15.6.7,
Android SDK 15.5.3,
Hello Screen Dynamic States,
Bluedot Cordova plugin 4.0.1,
Bluedot Xamarin Android wrapper 15.5.2,
Bluedot Xamarin iOS wrapper 15.6.6,
Bluedot React Native wrapper 2.3.0,
Register callbacks to receive events
// Example io.bluedot.cordova.plugin.tempoStoppedWithErrorCallback( tempoTrackingStoppedWithErrorCallback );
enteredZoneCallback | Object with the following properties:
|
|
exitedZoneCallback | Device exits a Zone | Object with the following properties:
|
zoneInfoUpdateCallback | The SDK downloads the Zones | zoneInfos : List of Zones downloaded. |
Tempo Events
Name | Description | Event Payload |
Tempo session has expired (Default 30 minutes). | ||
Tempo has stopped due to an error. The error will be pass as a parameter in the callback. |
Object with the following properties:
|
Name | Description | Event Payload |
Bluedot service received an error | Object with the following properties:
|
|
Low power mode status changes in the device
* Only for iOS |
Object with the following properties:
|
|
locationAuthorizationDidChangeCallback | Location authorization status changes
* Only for iOS |
Object with the following properties:
|
accuracyAuthorizationDidChangeCallback* | Accuracy authorization status changes
* Only for iOS |
Object with the following properties:
|