Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Config.Builder |
baseApiUrl(java.lang.String domain)
method to specify domain.
|
Config |
build()
Create final instance of config
Config |
Config.Builder |
enableAutoStartTracking(boolean enable)
method to specify tracking behavior.
|
public Config.Builder enableAutoStartTracking(boolean enable)
enable
- if set to true, track will start automatically, when initialization finishes.
Keep in mind, that location data permission decline will make tracking service
unavailable to start, independently of this flag value.public Config.Builder baseApiUrl(java.lang.String domain)
domain
- domain of custom server for development.