WebConfig class
Constructors
- WebConfig({dynamic loadIntegration, dynamic secureCookie, dynamic useBeacon, dynamic lockIntegrationsVersion, dynamic lockPluginsVersion, dynamic polyfillIfRequired, dynamic uaChTrackLevel, dynamic useGlobalIntegrationsConfigInEvents, dynamic bufferDataPlaneEventsUntilReady, dynamic dataPlaneEventsBufferTimeout, dynamic useServerSideCookies, dynamic destSDKBaseURL, dynamic pluginsSDKBaseURL, dynamic storage, dynamic destinationsQueueOpts, dynamic anonymousIdOptions, dynamic onLoaded, dynamic sendAdblockPage, dynamic sendAdblockPageOptions, dynamic plugins, dynamic polyfillURL, dynamic preConsent, dynamic consentManagement, dynamic sameDomainCookiesOnly, dynamic externalAnonymousIdCookieName, dynamic dataServiceEndpoint, dynamic queueOptions, dynamic beaconQueueOptions, dynamic sessions})
Properties
- anonymousIdOptions → AnonymousIdOptions?
-
no setter
- beaconQueueOptions → BeaconQueueOpts?
-
no setter
- bufferDataPlaneEventsUntilReady → bool?
-
no setter
- consentManagement → ConsentManagementOptions?
-
no setter
- dataPlaneEventsBufferTimeout → int?
-
no setter
- dataServiceEndpoint → String?
-
no setter
- destinationsQueueOpts → DestinationsQueueOpts?
-
no setter
- destSDKBaseURL → String?
-
no setter
- externalAnonymousIdCookieName → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- loadIntegration → bool?
-
no setter
- lockIntegrationsVersion → bool?
-
no setter
- lockPluginsVersion → bool?
-
no setter
- onLoaded → OnLoadedCallback?
-
no setter
-
plugins
→ List<
PluginName> ? -
no setter
- pluginsSDKBaseURL → String?
-
no setter
- polyfillIfRequired → bool?
-
no setter
- polyfillURL → String?
-
no setter
- preConsent → PreConsentOptions?
-
no setter
- queueOptions → QueueOpts?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sameDomainCookiesOnly → bool?
-
no setter
- secureCookie → bool?
-
no setter
- sendAdblockPage → bool?
-
no setter
- sendAdblockPageOptions → ApiOptions?
-
no setter
- sessions → SessionOpts?
-
no setter
- storage → StorageOpts?
-
no setter
- uaChTrackLevel → UaChTrackLevel?
-
no setter
- useBeacon → bool?
-
no setter
- useGlobalIntegrationsConfigInEvents → bool?
-
no setter
- useServerSideCookies → bool?
-
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