Hi,
Bit of a head scratcher here. My app requires push notifications which I know aren't in Xam forms, so I've written the interface and the [assembly:] bit in the iOS and Android parts and done everything for registration and the such there. That bit is fine.
The problem I have is this - when a push comes in I will be firing off an event to tell the app that something has come in (either a straight message or something more complex). As all the UI is handled within the Xam.Forms part of the application, how do I get that part to listen out for events generated by the platform side of the app? Do I handle it as I would any other .NET event within the PCL or do I need something else?
PFJ