PaylisherConfig class
Constructors
- PaylisherConfig(String apiKey)
Properties
- apiKey → String
-
final
- captureApplicationLifecycleEvents ↔ bool
-
getter/setter pair
- dataMode ↔ PaylisherDataMode
-
iOS only
getter/setter pair
- debug ↔ bool
-
getter/setter pair
- errorTrackingConfig → PaylisherErrorTrackingConfig
-
Configuration for error tracking and exception capture
final
- flushAt ↔ int
-
getter/setter pair
- flushInterval ↔ Duration
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String
-
getter/setter pair
- maxBatchSize ↔ int
-
getter/setter pair
- maxQueueSize ↔ int
-
getter/setter pair
- optOut ↔ bool
-
getter/setter pair
- personProfiles ↔ PaylisherPersonProfiles
-
getter/setter pair
- preloadFeatureFlags ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendFeatureFlagEvents ↔ bool
-
getter/setter pair
- sessionReplay ↔ bool
-
Enable Recording of Session replay for Android and iOS.
Requires Record user sessions to be enabled in the Paylisher Project Settings.
Defaults to false.
getter/setter pair
- sessionReplayConfig ↔ PaylisherSessionReplayConfig
-
Configurations for Session replay.
sessionReplay has to be enabled for this to take effect.
getter/setter pair
- surveys ↔ bool
-
Enable Surveys
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited