TealiumConfig class
Constructors
-
TealiumConfig(String account, String profile, TealiumEnvironment environment, List<
Collectors> collectors, List<Dispatchers> dispatchers, {String? dataSource, String? customVisitorId, bool? memoryReportingEnabled, String? overrideCollectURL, String? overrideCollectProfile, String? overrideCollectBatchURL, String? overrideCollectDomain, String? overrideLibrarySettingsURL, String? overrideTagManagementURL, bool? deepLinkTrackingEnabled, bool? qrTraceEnabled, LogLevel? loglevel, bool? consentLoggingEnabled, ConsentPolicy? consentPolicy, ConsentExpiry? consentExpiry, bool? batchingEnabled, bool? lifecycleAutotrackingEnabled, bool? useRemoteLibrarySettings, bool? visitorServiceEnabled, bool? sessionCountingEnabled, List<RemoteCommand> ? remoteCommands, String? visitorIdentityKey})
Properties
- account ↔ String
-
getter/setter pair
- batchingEnabled ↔ bool?
-
getter/setter pair
-
collectors
↔ List<
String> -
getter/setter pair
- consentExpiry ↔ Map?
-
getter/setter pair
- consentLoggingEnabled ↔ bool?
-
getter/setter pair
- consentPolicy ↔ String?
-
getter/setter pair
- customVisitorId ↔ String?
-
getter/setter pair
- dataSource ↔ String?
-
getter/setter pair
- deepLinkTrackingEnabled ↔ bool?
-
getter/setter pair
-
dispatchers
↔ List<
String> -
getter/setter pair
- environment ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lifecycleAutotrackingEnabled ↔ bool?
-
getter/setter pair
- logLevel ↔ String?
-
getter/setter pair
- memoryReportingEnabled ↔ bool?
-
getter/setter pair
- overrideCollectBatchURL ↔ String?
-
getter/setter pair
- overrideCollectDomain ↔ String?
-
getter/setter pair
- overrideCollectProfile ↔ String?
-
getter/setter pair
- overrideCollectURL ↔ String?
-
getter/setter pair
- overrideLibrarySettingsURL ↔ String?
-
getter/setter pair
- overrideTagManagementURL ↔ String?
-
getter/setter pair
- profile ↔ String
-
getter/setter pair
- qrTraceEnabled ↔ bool?
-
getter/setter pair
-
remoteCommands
↔ List<
RemoteCommand> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionCountingEnabled ↔ bool?
-
getter/setter pair
- useRemoteLibrarySettings ↔ bool?
-
getter/setter pair
- visitorIdentityKey ↔ String?
-
getter/setter pair
- visitorServiceEnabled ↔ bool?
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited