We have a custom eikon app created with the .net desktop sdk, we would like this app to be able to receive NavigationContext from any other Eikon app on the same 'Color' or directly broadcasting to it.
In order to acheive this our app implents the IAppNavigation interface, however the 'PutContext' method is never being called. We have tried various combinations of the SupportNavigationType for the 'GetSupportedNavigation' method, some of which allow us to link via color, and none of which allow our app to appear as a broadcasting target. Even when linked by color, the app does not receive any context, even when other apps on the same color are broadcasting.
Are you aware of any additional steps which need to be performed to enable this behaviour, and any documentation on the meaning behind some of the SupportedNavigationType flags?