IaSdkConfigurationInitialization class

Configuration options for SDK initialization behavior.

Constructors

IaSdkConfigurationInitialization({int? channelId, bool shouldShowIndicator = true, IaPrerequisitesConfiguration prerequisites = const IaPrerequisitesConfiguration()})
Generates an instance of initialization configuration.
const

Properties

channelId int?
Apofinder channel identifier implemented for pharmacy collection filtering.
final
hashCode int
The hash code for this object.
no setterinherited
prerequisites IaPrerequisitesConfiguration
Prerequisites configuration options.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldShowIndicator bool
Whether to show a loading indicator during initialization.
final

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