FmeInitOptions class abstract
Shared initialization contract. WingifyInitOptions is the base
implementation; legacy VWOInitOptions extends it.
The only behavioral difference between the two brands is useWingifyApi, which the native bridge uses to route initialization through the Wingify or VWO API. Everything else is identical wire data.
- Implementers
Constructors
Properties
- accountId → int
-
no setter
- batchMinSize → int
-
no setter
- batchUploadTimeInterval → int
-
no setter
- cachedSettingsExpiryTime → int?
-
no setter
-
gatewayService
→ Map<
String, String> ? -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
integrations
→ dynamic Function(Map<
String, dynamic> )? -
no setter
- isAliasingEnabled → bool?
-
no setter
- isUsageStatsDisabled → bool
-
no setter
-
logger
→ Map<
String, dynamic> ? -
no setter
-
platformMeta
→ Map<
String, dynamic> -
Internal SDK metadata, sent to native as
_vwo_metafor both brands.no setter - pollInterval → int?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkKey → String
-
no setter
- useWingifyApi → bool
-
Whether to initialize through the Wingify native API (
true) or the legacy VWO native API (false).no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited