Example #1
0
        public AdvertisingPageViewModel(IBeaconManagementService beaconManagementService)
        {
            _beaconManagementService = beaconManagementService;

            SelectedProtocol = Beacon.BeaconTypeEnum.iBeacon;
            _beaconManagementService.SetAdvertisingPayload(SelectedProtocol);
            _beaconManagementService.StartAdvertising();
        }
        public AdvertisingPageViewModel(IBeaconManagementService beaconManagementService)
        {
            _beaconManagementService = beaconManagementService;

            SelectedProtocol = Beacon.BeaconTypeEnum.iBeacon;
            _beaconManagementService.SetAdvertisingPayload(SelectedProtocol);
            _beaconManagementService.StartAdvertising();
        }