Skip to content

Commit d23d257

Browse files
Suggested changes.
1 parent 27a8ff4 commit d23d257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## 6.1.0-beta2
66
#### Added
77
- Support for `action://your-custom-action-name` URL scheme for calling custom actions
8-
- Support for reserved `itbl://sdk-custom-action` scheme for SDK internal actions.
9-
- For example, to have `IterableCustomActionDelegate` call a custom `buyCoffee` action when a user taps on an in-app message's **Buy** button, set the href of the button to `action://buyCoffee`.
8+
- For example, to have `IterableCustomActionDelegate` call a custom `buyCoffee` action when a user taps on an in-app message's **Buy** button.
9+
- Support for reserved `itbl://sdk-custom-action` scheme for SDK internal actions.
1010
- URL scheme `itbl://sdk-custom-action` is reserved for internal SDK actions. Do not use it for custom actions.
1111
- For example, future versions of the SDK may allow buttons to call href `itbl://delete` to delete an in-app message.
1212

0 commit comments

Comments
 (0)