| java.lang.Object | |
| ↳ | com.smaato.sdk.core.Config.ConfigBuilder |
A Builder to create instances of Config class.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ConfigBuilder() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Config | build() | ||||||||||
| Config.ConfigBuilder |
setHttpsOnly(boolean httpsOnly)
Sets the | ||||||||||
| Config.ConfigBuilder |
setLogLevel(LogLevel logLevel)
Sets the | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets the httpsOnly flag and returns a reference to this Builder.
The httpsOnly flag allows to specify whether network requests must use SSL-encrypted connections only.
Default value is false.
| httpsOnly | the httpsOnly to set |
|---|