Curbside Pickup Implementation Guide
This guide explains how to successfully implement a curb-side use case using Bluedot.
SDK Implementation
When implementing the SDK we want to make sure to track the location of the users during the life-cycle of an order. This means that we want to start the SDK when the user places an order, and turn it off when it leaves the store.
In this guide, we’ll cover when to call the main SDK methods required for a curbside use case.
Step | Functionality | Documentation | |
---|---|---|---|
1 | Initialize | Android | iOS |
2 | setCustomEventMetaData | Android | iOS |
3 | Start Tempo | Android | iOS |
4 | Start Geo-triggering | Android | iOS |
5 | enterZone event callback | Android | iOS |
6 | Stop Tempo | Android | iOS |
7 | exitZone event callback | Android | iOS |
8 | Stop Geo-triggering | Android | iOS |