I am trying to build an app that supports multiple complication families on watch OS2 like modular large, utilitarian large, circular small etc, each showing various meaningful information from the app. I know complications is little similar to the glances we have since OS1 in terms of user interaction i.e, it opens the app on user clicking on it and no special interaction over there.
In glance I was able to do a deep link to the app based on current glance content but I am looking for a way to do the same with complications.
So my question is when the user clicks on my app's complication will I get any sort of context information saying this complication was clicked etc. I am thinking like if I may get a CLKComplication Object in the context.
Any help is appreciated.