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