Replies: 1 comment 6 replies
-
File an issue with a FULL reproducible sample |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I follow this guide https://allanritchie.com/posts/shiny20
I install the beacon stuff but when i tried to enter or exit beacon radius the OnStatusChanged function doesnt fired.
This is my code:
ShinyStartup:
`
public class ShinyStart : ShinyStartup
{
public override void ConfigureServices(IServiceCollection services, IPlatform platform)
{
`
MyBeaconMonitorDelegate
`
public class MyBeaconMonitorDelegate : IBeaconMonitorDelegate
{
`
App -> Beacon start monitoring
`
IBeaconMonitoringManager? monitorManager = ShinyHost.Resolve<Shiny.Beacons.IBeaconMonitoringManager>();
`
Beta Was this translation helpful? Give feedback.
All reactions