Trace: • Using inside an iframe
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
flutterui:application_parameters [2021/01/07 14:48] admin created |
flutterui:application_parameters [2021/01/07 14:50] (current) admin |
||
---|---|---|---|
Line 3: | Line 3: | ||
~~NOPDF~~ | ~~NOPDF~~ | ||
- | It's possible to send additional properties from the app to the server-side application. This can be done with [[flutterui:startup_props|Start request]]. But it's also possible to send parameters from the server-side application to the app. This can be done directly in server-side application as usual with JVx'. | + | It's possible to send additional properties from the app to the server-side application. This can be done with [[flutterui:startup_props|Start request]]. But it's also possible to send parameters from the server-side application to the app. This can be done directly in server-side application as usual with [[jvx:client:gui:application_parameters|JVx']]. |
Here's an example: | Here's an example: | ||
<code java> | <code java> | ||
- | getLauncher().setParameter(IMobileConstants.PREFIX_CLIENT + "apiKey", "12345"); | + | getLauncher().setParameter(IMobileConstants.PREFIX_CLIENT + "apiKey", "12345"); |
</code> | </code> | ||