SdkInitConfig class

Constructors

SdkInitConfig({required String shopId, String? apiDomain, String? stream, bool? enableLogs, bool? autoSendPushToken, bool? sendAdvertisingId, bool? enableAutoPopupPresentation, bool? needReInitialization})
const

Properties

apiDomain String?
final
autoSendPushToken bool?
final
enableAutoPopupPresentation bool?
final
enableLogs bool?
Enables verbose SDK logging. iOS only — ignored on Android (the published Android SDK artifact does not expose a logging toggle).
final
hashCode int
The hash code for this object.
no setterinherited
needReInitialization bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendAdvertisingId bool?
Opt-in to IDFA/GAID collection. iOS only — ignored on Android (the published Android SDK artifact always collects the advertising ID internally via InitializeAdvertisingIdUseCase).
final
shopId String
final
stream String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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