interface IndoorCloudManager
This is basic interface for communicating with Estimote Indoor Cloud. To acquire concrete object use IndoorCloudManagerFactory.create method.
See Also
Author
Pawel Dylag (pawel.dylag@estimote.com)
abstract fun getAllLocations(callback: CloudCallback<List<Location>>): Unit
Fetch all locations connected to your account. Remember to init our SDK with your AppId/AppToken first. |
|
abstract fun getLocation(locationId: String, callback: CloudCallback<Location>): Unit
Fetch location with given id from Estimote Indoor Cloud. Remember to init our SDK with your AppId/AppToken first. |