How can I raise an event in android and have forms subscribed to it?
Not sure it matters about specifics, but in my case, when an event in android (click/long press/double tap/...) occurs I want to notify my class in xamarin forms that this occurred. I'm able to catch it and do whatever I need to do in android (OnClick, OnDoubleTap, ...), but can't figure out how to then notify forms. Would appreciate any help.