Class MutableSdkConfiguration
-
- All Implemented Interfaces:
public class MutableSdkConfiguration extends SdkConfiguration
-
-
Method Summary
Modifier and Type Method Description void
setShortDeviceIdentifierMaxAge(int arg)
Set shortDeviceIdentifierMaxAge. -
Methods inherited from class com.pointrlabs.core.configuration.SdkConfiguration
getBaseUrl, getClientIdentifier, getIsWhiteLabel, getMapBaseUrl, getShortDeviceIdentifierMaxAge, getStyleJsonUrl, getStyleJsonUrlWithContent, getUuidList
-
Methods inherited from class com.pointrlabs.core.configuration.ConfigurationSection
isValid
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setShortDeviceIdentifierMaxAge
void setShortDeviceIdentifierMaxAge(int arg)
Set shortDeviceIdentifierMaxAge. How long a short device identifier should be kept before re-registering to update (in seconds) Default is 7200
-
-
-
-