InternalConfiguration
public struct InternalConfiguration
extension InternalConfiguration: Sendable
extension InternalConfiguration: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var dataPath: String -
Undocumented
Declaration
Swift
public var applicationId: String -
Undocumented
Declaration
Swift
public var languageBindingName: String -
Undocumented
Declaration
Swift
public var uploadEnabled: Bool -
Undocumented
Declaration
Swift
public var maxEvents: UInt32? -
Undocumented
Declaration
Swift
public var delayPingLifetimeIo: Bool -
Undocumented
Declaration
Swift
public var appBuild: String -
Undocumented
Declaration
Swift
public var useCoreMps: Bool -
Undocumented
Declaration
Swift
public var trimDataToRegisteredPings: Bool -
Undocumented
Declaration
Swift
public var logLevel: LevelFilter? -
Undocumented
Declaration
Swift
public var rateLimit: PingRateLimit? -
Undocumented
Declaration
Swift
public var enableEventTimestamps: Bool -
Undocumented
Declaration
Swift
public var experimentationId: String? -
Undocumented
Declaration
Swift
public var enableInternalPings: Bool -
Undocumented
Declaration
Swift
public var pingSchedule: [String : [String]] -
Undocumented
Declaration
Swift
public var pingLifetimeThreshold: UInt64 -
Undocumented
Declaration
Swift
public var pingLifetimeMaxTime: UInt64 -
init(dataPath:applicationId: languageBindingName: uploadEnabled: maxEvents: delayPingLifetimeIo: appBuild: useCoreMps: trimDataToRegisteredPings: logLevel: rateLimit: enableEventTimestamps: experimentationId: enableInternalPings: pingSchedule: pingLifetimeThreshold: pingLifetimeMaxTime: ) Undocumented
Declaration
Swift
public init(dataPath: String, applicationId: String, languageBindingName: String, uploadEnabled: Bool, maxEvents: UInt32?, delayPingLifetimeIo: Bool, appBuild: String, useCoreMps: Bool, trimDataToRegisteredPings: Bool, logLevel: LevelFilter?, rateLimit: PingRateLimit?, enableEventTimestamps: Bool, experimentationId: String?, enableInternalPings: Bool, pingSchedule: [String : [String]], pingLifetimeThreshold: UInt64, pingLifetimeMaxTime: UInt64) -
Declaration
Swift
public static func == (lhs: InternalConfiguration, rhs: InternalConfiguration) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)
View on GitHub