ECommerce
public class ECommerce : NSObject
Undocumented
-
Undocumented
Declaration
Swift
@objc public lazy var displayPageProducts: DisplayPageProducts { get set }
-
Undocumented
Declaration
Swift
@objc public lazy var displayProducts: DisplayProducts { get set }
-
Undocumented
Declaration
Swift
@objc public lazy var addProducts: AddProducts { get set }
-
Undocumented
Declaration
Swift
@objc public lazy var removeProducts: RemoveProducts { get set }
-
Undocumented
Declaration
Swift
@objc public lazy var displayCarts: DisplayCarts { get set }
-
Undocumented
Declaration
Swift
@objc public lazy var updateCarts: UpdateCarts { get set }
-
Undocumented
Declaration
Swift
@objc public lazy var deliveryCheckouts: DeliveryCheckouts { get set }
-
Undocumented
Declaration
Swift
@objc public lazy var paymentCheckouts: PaymentCheckouts { get set }
-
Undocumented
Declaration
Swift
@objc public lazy var cartAwaitingPayments: CartAwaitingPayments { get set }
-
Undocumented
Declaration
Swift
@objc public lazy var transactionConfirmations: TransactionConfirmations { get set }
-
Enable automatic sales tracker
Declaration
Swift
@available(*, deprecated, message: "since 2.17.0, configuration is unused") @objc public func setAutoSalesTrackerEnabled(_ enabled: Bool, sync: Bool = false, completionHandler: ((_ isSet: Bool) -> Void)?)
Parameters
enabled
/
sync
perform the operation synchronously (optional, default: false)
completionHandler
called when the operation has been done
-
Set a new collect domain
- Deprecated : Since 2.16.0, default log domain used
Declaration
Swift
@available(*, deprecated, message: "since 2.16.0, default log domain used") @objc public func setCollectDomain(_ domain: String, sync: Bool = false, completionHandler: ((_ isSet: Bool) -> Void)?)
Parameters
domain
the new domain
sync
perform the operation synchronously (optional, default: false)
completionHandler
called when the operation has been done