FlutterUxConfig class
Configuration Model for specifying flags to be sent to server
For values that are not set, sdk defaults will be added.
userAppKey is String. Required. Should be present to start SDK
enableIntegrationLogging is boolean and default set to false.
enableMultiSessionRecord is boolean
enableCrashHandling is boolean
enableAutomaticScreenNameTagging is boolean
enableAdvancedGestureRecognition is boolean
enableSmartEvents is boolean. When enabled, automatically tracks user gestures and widget interactions without requiring any widget wrapper. Default is true. Set to false to disable automatic gesture tracking.
occlusions is FlutterOcclusion Object for occlusion or blurring
Constructors
-
FlutterUxConfig({required String userAppKey, bool? enableIntegrationLogging, bool? enableMultiSessionRecord, bool? enableCrashHandling, bool? enableAutomaticScreenNameTagging, bool? enableNetworkLogging, bool? enableAdvancedGestureRecognition, bool? enableSmartEvents, List<
FlutterUXOcclusion> ? occlusions}) -
FlutterUxConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enableAdvancedGestureRecognition ↔ bool?
-
getter/setter pair
- enableAutomaticScreenNameTagging ↔ bool?
-
getter/setter pair
- enableCrashHandling ↔ bool?
-
getter/setter pair
- enableIntegrationLogging ↔ bool?
-
getter/setter pair
- enableMultiSessionRecord ↔ bool?
-
getter/setter pair
- enableNetworkLogging ↔ bool?
-
getter/setter pair
- enableSmartEvents ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
occlusions
↔ List<
FlutterUXOcclusion> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userAppKey ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited