ApptentiveConfiguration class

Constructors

ApptentiveConfiguration({required String apptentiveKey, required String apptentiveSignature, LogLevel logLevel = LogLevel.info, bool shouldInheritAppTheme = true, bool shouldEncryptStorage = false, bool shouldSanitizeLogMessages = true, String distributionName = "Flutter", String distributionVersion = "6.7.0", int ratingInteractionThrottleLength = 604800000, String? customAppStoreURL})

Properties

apptentiveKey String
final
apptentiveSignature String
final
customAppStoreURL String?
final
distributionName String
final
distributionVersion String
final
hashCode int
The hash code for this object.
no setterinherited
logLevel LogLevel
final
ratingInteractionThrottleLength int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldEncryptStorage bool
final
shouldInheritAppTheme bool
final
shouldSanitizeLogMessages bool
final

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