QTAutoTrackConfigManager class
Properties
- appVersion → String
-
no setter
- autoTrackEnable → bool
-
no setter
- clickEnable → bool
-
no setter
- config → QTAutoTrackConfig
-
no setter
- deviceId → String?
-
no setter
-
deviceInfo
→ Map<
String, dynamic> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignoreNullKeyEnable → bool
-
no setter
-
pageConfigs
→ List<
QTAutoTrackPageConfig< Widget> > -
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 -
enableIgnoreNullKey(
bool enable) → void -
enablePageView(
bool enable) → void -
getIgnoreElementKeySet(
) → Set< Key> -
getIgnoreElementStringKeySet(
) → Set< String> -
getPageConfig(
Widget pageWidget) → QTAutoTrackPageConfig< Widget> -
getPageConfigByRouterName(
String? routerName) → QTAutoTrackPageConfig< 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(
QTAutoTrackConfig config) → void -
updateIgnoreElementKeys(
List< Key> ignoreElementKeys) → void -
updateIgnoreElementStringKeys(
List< String> ignoreElementStringKeys) → void -
updatePageConfigs(
List< QTAutoTrackPageConfig< pageConfigs) → voidWidget> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → QTAutoTrackConfigManager
-
final