-
- All Implemented Interfaces:
public class SdkConfiguration extends ConfigurationSection
-
-
Method Summary
Modifier and Type Method Description String
getBaseUrl()
Get baseUrl. String
getClientIdentifier()
Get clientIdentifier. List<String>
getUuidList()
Get uuidList. int
getShortDeviceIdentifierMaxAge()
Get shortDeviceIdentifierMaxAge. String
getStyleJsonUrl()
Get styleJsonUrl. String
getMapBaseUrl()
Get mapBaseUrl. -
-
Method Detail
-
getBaseUrl
@NonNull() String getBaseUrl()
Get baseUrl. Base url of Pointr Cloud instance
-
getClientIdentifier
@NonNull() String getClientIdentifier()
Get clientIdentifier. Client GUID
-
getUuidList
@NonNull() List<String> getUuidList()
Get uuidList. List of Beacon UUIDs
-
getShortDeviceIdentifierMaxAge
int getShortDeviceIdentifierMaxAge()
Get shortDeviceIdentifierMaxAge. How long a short device identifier should be kept before re-registering to update (in seconds) Default is 7200
-
getStyleJsonUrl
@NonNull() String getStyleJsonUrl()
Get styleJsonUrl. style.json file used for map widget Default is ""
-
getMapBaseUrl
@NonNull() String getMapBaseUrl()
Get mapBaseUrl. Base url for map tiles in map widget Default is ""
-
-
-
-