CDInitializationParams class
Constructors
- CDInitializationParams({required String partnerKey, required String applicationIABCategory, String? partnerSecret, required double distanceFilter, required double locationUpdateInterval, required double adLocationExpiryInterval, CDLogLevel logLevel = CDLogLevel.off, CDADProvider provider = CDADProvider.chalk, CDEnvironment environment = CDEnvironment.test, bool showTrackingTerms = false, bool? gdpr, bool? consent, bool clientHasUserTrackingPermission = true, String appName = "", String? appKey, String? secretKey, String? host, bool? enableTracking = false})
-
const
Properties
- adLocationExpiryInterval → double
-
final
- appKey → String?
-
final
- applicationIABCategory → String
-
final
- appName → String
-
final
- clientHasUserTrackingPermission → bool
-
final
- consent → bool?
-
final
- distanceFilter → double
-
final
- enableTracking → bool?
-
final
- environment → CDEnvironment
-
final
- gdpr → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String?
-
final
- locationUpdateInterval → double
-
final
- logLevel → CDLogLevel
-
final
- partnerKey → String
-
final
- partnerSecret → String?
-
final
- provider → CDADProvider
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secretKey → String?
-
final
- showTrackingTerms → bool
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited