IaPrerequisitesConfiguration class

Configuration options for SDK prerequisites.

Constructors

IaPrerequisitesConfiguration({bool isCancellable = false, bool isAnimated = true, bool runLegalIfNeeded = true, bool runOnboardingIfNeeded = true, bool runApofinderIfNeeded = true})
Generates an instance of prerequisites configuration.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isAnimated bool
Whether to show animations during prerequisites flow.
final
isCancellable bool
Whether the prerequisites flow can be cancelled.
final
runApofinderIfNeeded bool
Whether to run pharmacy finder (Apofinder) flow if needed.
final
runLegalIfNeeded bool
Whether to run legal documents flow if needed.
final
runOnboardingIfNeeded bool
Whether to run onboarding flow if needed.
final
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>
Serialises the class data to a JSON-compatible format.
toString() String
A string representation of this object.
inherited

Operators

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