Skip to content

Commit c11f311

Browse files
Update CHANGELOG.md
Co-Authored-By: tapashmajumder <[email protected]>
1 parent ea9efa8 commit c11f311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## 6.1.0-beta2
66
#### Added
7-
- Support for `action://your-custom-action-name` url scheme for calling custom actions and reserved `itbl://sdk-custom-action` scheme for SDK internal actions.
7+
- 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.
89
- For example, if you want a custom action called `buyCoffee` to be called via `IterableCustomActionDelegate` when user taps on the 'Buy' button in your in-app, you have to set the href of the button as `action://buyCoffee`.
910
- Url scheme `itbl://sdk-custom-action` is reserved for internal SDK actions. Do not use `itbl://` urls for your custom actions. For example, in the future you will be set the href for your 'Delete' button to `itbl://delete` for the SDK to delete your in-app when the 'Delete' button is tapped.
1011

0 commit comments

Comments
 (0)