tauri/.changes/mobile-plugin-get-args.md
Masahiko Sakakibara f86a8146ad
feat(core): add plugin methods getArgs and getRawArgs for iOS and Android (#10761)
* feat(api): add method getArgsData

* chore

* return JSObject instead

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2024-08-26 16:55:51 -03:00

209 B

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.