Exemplo n.º 1
0
        protected override void OnStart()
        {
            base.OnStart();

            if (!CheckLocationPermissions())
            {
                RequestLocationPermissions();
            }
            else if (!RegisterGeofences.GeofenceAdded)
            {
                _registerGeofences.AddGeofences();
            }
        }
Exemplo n.º 2
0
 public void Register()
 {
     _registerGeofences.AddGeofences();
 }