Opening GDK Glassware through Mirror API Glassware MenuItem

后端 未结 2 935
灰色年华
灰色年华 2020-12-10 23:03

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

2条回答
  •  悲哀的现实
    2020-12-10 23:59

    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.

    Example:

    myscheme://?param1=value1¶m2&value2
    

    Then, in your GDK Glassware, simply parse the query parameters and process their values.

提交回复
热议问题