Replies: 1 comment 1 reply
-
var manager = global::Shiny.Hosting.Host.GetService<IGpsManager>(); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bb281
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm on Xamarin Forms and in the process of upgrading to Shiny 3.x. Previously, I resolved interfaces by
ShinyHost.Resolve<IGpsManager>
Does anyone know how to resolve this in Xamarin Forms with the new packages?
Beta Was this translation helpful? Give feedback.
All reactions