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
| apiDomain | required | API endpoint for URL request creation |
98
+
| parentViewController | optional | This parameter must be provided if you want to enable alerts |
99
+
| needReInitialization | required | Pop-ups are delivered only during the initialization phase, and this flag triggers the necessary reinitialization to receive them. |
100
+
| stream | conditional | Platform specific value "ios" must be passed if alerts are enabled (parentViewController parameter is provided) |
97
101
98
102
### Alert management
99
103
@@ -126,11 +130,20 @@ Supported Alert Types:
126
130
127
131
Initialize the SDK first, then set up the fragmentManagers.
128
132
133
+
shopId - your shop ID
134
+
135
+
context - the part that provides access to the core resources of your App
136
+
137
+
needReInitialization - pop-ups are delivered only during the initialization phase, when this parameter's value is true it triggers reinitialization
138
+
139
+
stream - parameter is required if you are going to use alerts
| context | required | The part that provides access to the core resources of your App |
162
+
| needReInitialization | required | Pop-ups are delivered only during the initialization phase, and this flag triggers the necessary reinitialization to receive them. |
163
+
| stream | conditional | Platform specific value "android" must be passed if the fragmentManager was initialized |
150
164
151
165
The `fragmentManager` must be initialized separately if you want to enable alerts.
0 commit comments