Drive-thru Implementation Guide
This guide explains how to successfully implement a Drive-thru 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 Drive-thru use case. For all the technical details on all the SDK’s methods and how they work please refer to our Documentation website.
Step | Functionality | Documentation | |
---|---|---|---|
1 | Initialize | Android | iOS |
2 | setCustomEventMetaData | Android | iOS |
3 | Start Geo-triggering | Android | iOS |
4 | enterZone Order Taker event callback | Android | iOS |
5 | enterZone Pickup Window event callback | Android | iOS |
6 | exitZone event callback | Android | iOS |
7 | Stop Geo-triggering | Android | iOS |