You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Mindbox/MBConfiguration.swift
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,8 @@ public struct MBConfiguration: Codable {
32
32
/// - Parameter subscribeCustomerIfCreated: Flag which determines subscription status of the user. Default value is `false`.
33
33
/// - Parameter shouldCreateCustomer: Flag which determines create or not anonymous users. Usable only during first initialisation. Default value is `true`.
34
34
/// - Parameter uuidDebugEnabled: Flag which determines if uuid debugging functionality is enabled. Default value is `true`.
35
-
/// - Parameter operationsDomain: Optional anonymizer host for `/v3/operations/*` and
36
-
/// `/v1.1/customer/mobile-track-visit`. Bare host without scheme. Overridden by the
37
-
/// value from the mobile JSON config when present. Default `nil` (use `domain`).
35
+
/// - Parameter operationsDomain: Optional host for sending operations. Overridden by
36
+
/// the value from the mobile JSON config when present. Default `nil` (use `domain`).
38
37
///
39
38
/// - Throws:`MindboxError.internalError` for invalid initialization parameters
0 commit comments