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
`actionContext` can be used to determine where the call is calling from - push message, in-app message, or a deep link.
28
+
- Custom in-app JSON payload has been moved from `IterableInAppMessage.Content.payload` to `IterableInAppMessage.customPayload`
29
+
- Changes to in-app links:
30
+
-`action://` URL scheme is now reserved for app-specific custom actions.
31
+
When a user clicks on a link with `href` = `action://myCustomAction`, the SDK calls `IterableCustomActionHandler.handleIterableCustomAction` with action type set to `myCustomAction`.
32
+
-`itbl://` URL scheme is now reserved for actions handled by the SDK (i.e. future versions of the SDK may define `itbl://delete` as an action to delete the in-app message)
33
+
-**Migration:** if you've been using `itbl://` links in the past, please update your templates with `action://` instead
34
+
- Connect timeout for deeplink resolution is now 3 seconds
0 commit comments