feat(deep-link): add on_open_url Rust API (#1780)

This commit is contained in:
Lucas Fernandes Nogueira
2024-09-14 21:35:31 -03:00
committed by GitHub
parent 79d6e19c4b
commit 6f3f66794a
3 changed files with 75 additions and 15 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"deep-link": patch
---
Added `DeepLink::on_open_url` function to match the JavaScript API implementation,
which wraps the `deep-link://new-url` event and also send the current deep link if there's any.