Builder

class Builder(clientId: String)

Builder for the VarioqubSettings object.

Constructors

Link copied to clipboard
constructor(clientId: String)

Functions

Link copied to clipboard

Create instance of VarioqubSettings.

Link copied to clipboard

Sets whether activate event sending is enabled. Default is true.

Link copied to clipboard

Adds client feature.

Link copied to clipboard

Enable logging for Varioqub. Default is false.

Link copied to clipboard
fun withThrottleInterval(fetchThrottleIntervalSec: Long): VarioqubSettings.Builder

Sets interval for fetch requests. Default is 43200L.

Link copied to clipboard

Sets URL for Varioqub. Used for testing purposes.