DataUsageTracking class

Constructors

DataUsageTracking.sharedInstance()
factory

Properties

dataReport DataReportQueue?
getter/setter pair
dataUsageTrackingReportAllowed bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkConfig FlagshipConfig?
getter/setter pair
troubleShootingReportAllowed bool
getter/setter pair
visitorId String
getter/setter pair
visitorSessionId String?
getter/setter pair

Methods

configureDataUsage(Troubleshooting? troubleshooting, String visitorId, bool hasConsented, FlagshipConfig sdkConfig) → dynamic
configureDataUsageWithVisitor(Troubleshooting? troubleshooting, Visitor v) → dynamic
evaluateDataUsageTrackingAllocated() → void
evaluateTroubleShootingConditions() → void
isBucketTroubleshootingAllocated() bool
isTimeSlotValide() bool
isVisitorHasConsented() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
proceesTroubleShootingFlag(String label, Flag f, Visitor v) → void
processDataUsageTracking(Visitor v) → void
processTroubleShootingException(Visitor? v, Object error) → void
processTroubleShootingHits(String label, Visitor visitor, BaseHit hit) → void
processTroubleShootingHttp(String label, Response resp) → void
processTSFetching(Visitor visitor) → void
processTSXpc(String label, Visitor visitor) → void
toString() String
A string representation of this object.
inherited
updateConsent(bool newValue) → void
updateTroubleshooting(Troubleshooting? trblShooting) → void

Operators

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