public async Task WatchPositionResponse(Position position) { GeolocationSensorService.NotifyPositionResponse(position); await OnValue.InvokeAsync(position); }
public async Task NotifyReading(int illuminance) { AmbientLightSensorService.NotifyAmbientLightReading(illuminance); await OnValue.InvokeAsync(illuminance); }