How should can my Android activity communicate with the pages of the PCL? I have information from a notification intent that is captured in the Android activity that needs to be relayed to the views somehow.
Does anyone have any useful strategies for doing this? Should I be using the MessageCenter? Some sort of "reverse DependencyService"?