AutoTrackConfigManager class

Properties

appVersion String
no setter
autoTrackEnable bool
no setter
clickEnable bool
no setter
config AutoTrackConfig
no setter
deviceId String?
no setter
deviceInfo Map<String, dynamic>
no setter
dragEnable bool
no setter
hashCode int
The hash code for this object.
no setterinherited
ignoreNullKeyEnable bool
no setter
pageConfigs List<AutoTrackPageConfig<Widget>>
no setter
pageLeaveEnable bool
no setter
pageViewEnabled bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useCustomRoute bool
no setter

Methods

enableAutoTrack(bool enable) → void
enableClick(bool enable) → void
enableDrag(bool enable) → void
enableIgnoreNullKey(bool enable) → void
enablePageLeave(bool enable) → void
enablePageView(bool enable) → void
enableUpload(bool enable) → void
getIgnoreElementKeySet() Set<Key>
getIgnoreElementStringKeySet() Set<String>
getPageConfig(Widget pageWidget) AutoTrackPageConfig<Widget>
isIgnoreElement(Key? key) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateConfig(AutoTrackConfig config) → void
updateIgnoreElementKeys(List<Key> ignoreElementKeys) → void
updateIgnoreElementStringKeys(List<String> ignoreElementStringKeys) → void
updatePageConfigs(List<AutoTrackPageConfig<Widget>> pageConfigs) → void
updateUserId(String userId) → void

Operators

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

Static Properties

instance AutoTrackConfigManager
final