Having trouble using MessagingCenter to send a message from Android MainActivity to view model class not in Android project
问题 I attempted to follow the instructions found here to add a MessagingCenter subscribe action on a notification tap that would open a specific view. Somewhere my Send / Subscribe aren't talking to each other and I just can't see where. The details of the messaging center are still new to me so I'm sure I just used the wrong class or sender somewhere. The code below has since been modified from what was shown to me in the link. The idea is still roughly the same though. Here's the