You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if there is a way to subscribe to a message regardless of the communication channel.
In my application I have several ViewModels that send the SelectedItemMessage, each specifying a different token; however in the viewmodel that manages the menu I need to intercept all of them, regardless of the token.
Is it possible to do this without subscribing to receive the message for each token?
Thanks in advance
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I wonder if there is a way to subscribe to a message regardless of the communication channel.
In my application I have several ViewModels that send the
SelectedItemMessage
, each specifying a different token; however in the viewmodel that manages the menu I need to intercept all of them, regardless of the token.Is it possible to do this without subscribing to receive the message for each token?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions