I have problem integrating GDK Glassware and Mirror API Glassware as described here. I need to open GDK glassware application using Mirroe api Glassware app MenuItem. Can I
It is not possible to provide data through bundle, but you can use query parameters or hash fragment in your URI to provide the necessary data.
URI
Example:
myscheme://?param1=value1¶m2&value2
Then, in your GDK Glassware, simply parse the query parameters and process their values.