Is it possible to provide a sample code on how to define the ArchitectUrlListener in C#/Xamarin? I could not find it anywhere, the sample projects come with the SDK miss that part, thanks!
A
Andreas Schacherbauer
said
about 7 years ago
Hi Richard, Simply derive any class from `ArchitectView.IArchitectUrlListener` and implement
``` Set an instance of this class as the url listener of your ArchitectView using the `RegisterUrlListener` method (`architectView.RegisterUrlListener(*the object which class derices from ArchitectView.IArchitectUrlListener *);`). Done!
Hi Richard, Nice that it works. The samples you refer to are not officially maintained from us but a good starting point. We will write/improve them in the future so that Xamarin has similar examples like all other extensions that we support.
V5