AgentOptions

data class AgentOptions(val experiments: Experiments = Experiments())(source)

Class that represent agent options that the SDK user can define to modify some behaviors of the SDK.

Parameters

experiments

Represents the experimental features available

Constructors

Link copied to clipboard
constructor(experiments: Experiments = Experiments())

Properties

Link copied to clipboard