data class EstimoteCloudCredentials
Basic class that keeps your AppId and AppToken needed for communicating with Estimote Cloud.
Author
Estimote Inc. (contact@estimote.com)
EstimoteCloudCredentials(appId: String, appToken: String)
Basic class that keeps your AppId and AppToken needed for communicating with Estimote Cloud. |
val appId: String |
|
val appToken: String |