HyperSnapSDKConfig class

Configuration class for setting options for the HyperSnap SDK.

Constructors

HyperSnapSDKConfig({bool? shouldEnableSSLPinning, bool? shouldReturnRawResponse, bool? shouldUseSignature, HVTimeoutConfig? timeoutConfig, HVUIConfig? hvUIConfig})
Creates a new instance of HyperSnapSDKConfig with the specified options.

Properties

hashCode int
The hash code for this object.
no setterinherited
hvUIConfig HVUIConfig?
UI configuration for the HyperSnap SDK.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldEnableSSLPinning bool?
Determines whether SSL pinning should be enabled.
getter/setter pair
shouldReturnRawResponse bool?
Determines whether raw response should be returned from the plugin.
getter/setter pair
shouldUseSignature bool?
Determines whether signature should be used for API calls involving images.
getter/setter pair
timeoutConfig HVTimeoutConfig?
Timeout configuration for API calls.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the HyperSnapSDKConfig object to a Map.
toString() String
A string representation of this object.
inherited

Operators

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