Skip to content

Commit

Permalink
Merge pull request #506 from calebk1/fix
Browse files Browse the repository at this point in the history
Fix 404s
  • Loading branch information
calebk1 authored Feb 28, 2024
2 parents ad137bf + 02529a9 commit e9ac553
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ This document guides you to integrating in-app messaging in your application.

## Tutorials

* [Programmatically control the display of in-app messages](./messaging-delegate.md)
* [Call native code from the JavaScript of an in-app message](./native-from-javascript.md)
* [Execute JavaScript code in an in-app message from native code](./javascript-from-native.md)
* [Handle URL clicks from an in-app message](./handle-clicks.md)
* [Programmatically control the display of in-app messages](./tutorials/messaging-delegate.md)
* [Call native code from the JavaScript of an in-app message](./tutorials/native-from-javascript.md)
* [Execute JavaScript code in an in-app message from native code](./tutorials/javascript-from-native.md)
* [Handle URL clicks from an in-app message](./tutorials/handle-clicks.md)

## Public Classes and Enums

Expand Down

0 comments on commit e9ac553

Please sign in to comment.