-1

I need help.

I need to add track events in Hockeyapp before a navigation occurs with Prism Xamarin Forms, could anyone help me in an implementation with Prims in an elegant way?

Thank you.

1 Answers1

0

You can implement INavigatingAware on your ViewModel and it will be called before navigation occurs: https://github.com/PrismLibrary/Prism/blob/master/Source/Xamarin/Prism.Forms/Navigation/INavigatingAware.cs

Brian Noyes
  • 1,880
  • 2
  • 12
  • 10