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,
BluedotPointSdk.on("event_name", (event) => console.log("Event callback", event)
BluedotPointSdk.unsubscribe("event_name", (event) => console.log("Event callback", event)
Name
|
Description
|
Event payload
|
enterZone
|
Device enters a Zone
|
Object with the following properties:
|
exitZone
|
Device exits a Zone
|
Object with the following properties:
|
zoneInfoUpdate
|
The SDK downloads the Zones
|
Array<Zones>. List of Zones downloaded.
|
Name
|
Description
|
Event payload
|
tempoTrackingDidExpire
|
Tempo session has expired (Default 30 minutes).
|
Object with following properties:
|
tempoTrackingStoppedWithError
|
Tempo has stopped due to an error.
The error will be pass as a parameter in the callback.
|
Object with following properties:
|
Name
|
Description
|
Event payload
|
lowPowerModeDidChange
|
low power mode status changes in the device
|
Object with the following properties:
|
locationAuthorizationDidChange
|
location authorization status changes
|
Object with the following properties:
|
accuracyAuthorizationDidChange*
|
accuracy authorization status changes
* Only for iOS
|
Object with the following properties:
|