VWOInitOptions class

Copyright 2024-2025 Wingify Software Pvt. Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Constructors

VWOInitOptions.new({required String sdkKey, required int accountId, Map<String, dynamic>? logger, Map<String, String>? gatewayService, int? pollInterval, int? cachedSettingsExpiryTime, dynamic integrations(Map<String, dynamic>)?, int batchMinSize = -1, int batchUploadTimeInterval = -1, bool isUsageStatsDisabled = false})

Properties

accountId int
final
batchMinSize int
Optional: Minimum size of Batch to upload
final
batchUploadTimeInterval int
Optional: Batch upload time interval in milliseconds. Please specify at least few minutes
final
cachedSettingsExpiryTime int?
final
gatewayService Map<String, String>?
final
hashCode int
The hash code for this object.
no setterinherited
integrations → dynamic Function(Map<String, dynamic>)?
final
isUsageStatsDisabled bool
Optional: Usage stats should always be collected, don't collect if isUsageStatsDisabled flag is true
getter/setter pair
logger Map<String, dynamic>?
final
pollInterval int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkKey String
final
vwo_meta Map<String, dynamic>
Internal meta data for VWO use.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited