示例#1
0
        protected override void OnStart()
        {
            base.OnStart();

            if (!CheckLocationPermissions())
            {
                RequestLocationPermissions();
            }
            else if (!RegisterGeofences.GeofenceAdded)
            {
                _registerGeofences.AddGeofences();
            }
        }
示例#2
0
 public void Register()
 {
     _registerGeofences.AddGeofences();
 }