0
votes

I use Dependency Service For Implements the Notitfication in Android and Ios App. How to use Click Event for Notification in xamarin.forms? for example when I click in Notification Open The xaml Page in PCl Project...

2
Do you mean when user click the notification, you want to push to a particular page in forms? - Anonymous
yes exactly and I don't use Remote Notifcaion in xamrin.forms I use SignalR for Send And Recive Notification - Er Wave
@ErWave how did you move forward with this? - sirvon

2 Answers

0
votes

Use MessagingCenter, set ContentPage type or url for MessagingCenter.Send, then MessagingCenter.Subscribe & load

https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/messaging-center/