Hello everyone,
I write this line
cloudManager.getLocation(“XXXXX The Map ID XXXXX”, new CloudCallback()
but I don’t know which packet I should import in order to use CloudCallback
Thanks
Hello everyone,
I write this line
cloudManager.getLocation(“XXXXX The Map ID XXXXX”, new CloudCallback()
but I don’t know which packet I should import in order to use CloudCallback
Thanks
import com.estimote.indoorsdk_module.cloud.CloudCallback
If you’re using Android Studio, you can put the cursor on the CloudCallback
(should be highlighted in red if its missing an import), and press ALT+ENTER to see an option to automatically import a matching package.
Thank you!
It was very helpful