INavigationAway is in all documentation but completely missing in Prism.Uno #3355
Answered
by
dansiegel
claunia
asked this question in
Uno Platform
Replies: 2 comments
|
I assume you mean As a result we opted to rename this for Region Navigation to Prism/e2e/Uno/ModuleA/ViewModels/ViewModelBase.cs Lines 27 to 43 in aa53f90 |
0 replies
Answer selected by
claunia
|
Yes I meant that (long night, sorry for the typo). Thanks for the fast answer. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume you mean
INavigationAware. As part of the unification of APIs in Prism 9.0 we were presented with the challenge that Page based Navigation in Xamarin.Forms/.NET MAUI and Region Navigation which is now supported on ALL platforms both provided anINavigationAwareinterface, each with slightly different method signatures.As a result we opted to rename this for Region Navigation to
IRegionAware. While we do have a compatibility marker interface for WPF to provide backwards compatibility, we didn't feel this was necessary for Uno.WinUI apps.Prism/e2e/Uno/ModuleA/ViewModels/ViewModelBase.cs
Lines 27 to 43 in aa53f90