SplitConfiguration class
Constructors
-
SplitConfiguration({int? featuresRefreshRate, int? segmentsRefreshRate, int? impressionsRefreshRate, int? telemetryRefreshRate, int? eventsQueueSize, int? impressionsQueueSize, int? eventFlushInterval, int? eventsPerPush, String? trafficType, @Deprecated('Use logLevel instead') bool? enableDebug, bool? streamingEnabled, bool? persistentAttributesEnabled, bool? impressionListener, String? sdkEndpoint, String? eventsEndpoint, String? authServiceEndpoint, String? streamingServiceEndpoint, String? telemetryServiceEndpoint, SyncConfig? syncConfig, ImpressionsMode? impressionsMode, bool? syncEnabled, UserConsent? userConsent, bool? encryptionEnabled, SplitLogLevel? logLevel, int? readyTimeout = 10, CertificatePinningConfiguration? certificatePinningConfiguration})
-
Initializes the Split configuration.
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited