Configuration
public struct Configuration
The Configuration struct describes how to configure Glean as well as providing convenience
property for calculating the FfiConfiguration
-
Create a new Glean
Configuration
objectDeclaration
Swift
public init( maxEvents: Int32? = nil, channel: String? = nil, serverEndpoint: String? = nil, dataPath: String? = nil, logLevel: LevelFilter? = nil, enableEventTimestamps: Bool = false, experimentationId: String? = nil )