I’m working on an Android app that uses Estimote’s Android SDK. I was wondering whats the best way to get the “pending settings” for a beacon from Estimote Cloud. I’ve tried using this:
public void fetchDeviceDetails(DeviceId identifier, CloudCallback callback)
However, when I get the success callback, I get the the previous saved settings, but not the current “pending settings”. Is this the expected behavior?