HackleConfigBuilder class

Constructors

HackleConfigBuilder.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

automaticScreenTracking(bool automaticScreenTracking) HackleConfigBuilder
Set automatic screen tracking
build() HackleConfig
debug(bool debug) HackleConfigBuilder
Set debug mode
eventFlushIntervalMillis(int eventFlushIntervalMillis) HackleConfigBuilder
Set event flush interval in milliseconds
eventFlushThreshold(int eventFlushThreshold) HackleConfigBuilder
Set event flush threshold
eventUrl(String eventUrl) HackleConfigBuilder
exposureEventDedupIntervalMillis(int exposureEventDedupIntervalMillis) HackleConfigBuilder
Set exposure event deduplication interval in milliseconds
hackleAppMode(HackleAppMode hackleAppMode) HackleConfigBuilder
Set hackle app mode
monitoringUrl(String monitoringUrl) HackleConfigBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pollingIntervalMillis(int pollingIntervalMillis) HackleConfigBuilder
Set polling interval in milliseconds
sdkUrl(String sdkUrl) HackleConfigBuilder
sessionTimeoutMillis(int sessionTimeoutMillis) HackleConfigBuilder
Set session timeout in milliseconds
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited