tauri/.changes/mobile-plugin-get-args.md

7 lines
209 B
Markdown
Raw Normal View History

---
"tauri": patch:enhance
---
Added `getArgs` and `getRawArgs` methods to the plugin `Invoke` class (Kotlin and Swift),
which lets you parse the arguments manually instead of through the `parseArgs` method.