WrapperSessionScanResultConfig class
The result configuration that was active during the completed scan session.
Configuration for how scan results are returned and stored during a scanning session.
The result configuration that was active when these results were produced.
Configuration for how scan results are returned and stored during the session.
Constructors
- WrapperSessionScanResultConfig({WrapperSessionScanResultCallbackConfig? callbackConfig, WrapperSessionScanResultCleanStrategyConfig? cleanStrategy, ExportedScanResultImageContainer? imageContainer, ExportedScanResultImageParameters? imageParameters})
-
WrapperSessionScanResultConfig.fromJson(Map<
String, dynamic> json) -
factory
- WrapperSessionScanResultConfig.fromRawJson(String str)
-
factory
Properties
- callbackConfig ↔ WrapperSessionScanResultCallbackConfig?
-
Deprecated. Used only by the legacy plugin. Custom callback method names for scan result
and UI element click events.
getter/setter pair
- cleanStrategy ↔ WrapperSessionScanResultCleanStrategyConfig?
-
Controls when previously generated result files are removed from storage.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageContainer ↔ ExportedScanResultImageContainer?
-
Specifies how scan result images are delivered — either saved to a file path or encoded
as base64 strings.
getter/setter pair
- imageParameters ↔ ExportedScanResultImageParameters?
-
Output format and quality settings for scan result images.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toRawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited