Configuration class Initialization and configuration
Wraps configuration used to initialize a tracker.
- Annotations
Constructors
- Configuration({required String namespace, required NetworkConfiguration networkConfig, TrackerConfiguration? trackerConfig, SubjectConfiguration? subjectConfig, GdprConfiguration? gdprConfig, EmitterConfiguration? emitterConfig})
-
const
Properties
- emitterConfig → EmitterConfiguration?
-
Configuration of Emitter.
final
- gdprConfig → GdprConfiguration?
-
Configuration of GDPR context attached to events.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- namespace → String
-
Unique namespace to identify the tracker.
final
- networkConfig → NetworkConfiguration
-
Network configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subjectConfig → SubjectConfiguration?
-
Configuration of subject information added to events.
final
- trackerConfig → TrackerConfiguration?
-
Configuration of tracker features.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited