estimote-indoor-sdk-android / com.estimote.indoorsdk.cloud / IndoorCloudManager

IndoorCloudManager

interface IndoorCloudManager

This is basic interface for communicating with Estimote Indoor Cloud. To acquire concrete object use IndoorCloudManagerFactory.create method.

See Also

IndoorCloudManagerFactory

Author
Pawel Dylag (pawel.dylag@estimote.com)

Functions

getAllLocations

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.

getLocation

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.