Package es.situm.sdk.model.configuration
Class RemoteConfig
- java.lang.Object
-
- es.situm.sdk.model.configuration.RemoteConfig
-
public class RemoteConfig extends java.lang.Object
This class encapsulates all the objects that can be configured remotely using the dashboard, at this moment:
-
-
Constructor Summary
Constructors Constructor Description RemoteConfig(LocationRequest locationRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationRequest
getLocationRequest()
void
setLocationRequest(LocationRequest locationRequest)
-
-
-
Constructor Detail
-
RemoteConfig
public RemoteConfig(LocationRequest locationRequest)
-
-
Method Detail
-
getLocationRequest
public LocationRequest getLocationRequest()
-
setLocationRequest
public void setLocationRequest(LocationRequest locationRequest)
-
-