Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the application is closed, the method unload can be called. This call sends the current state of the measurements to the measuring system and then terminates all measurements. This method is automatically called by the library, when the application goes into the background.

Code Block
cpp
languagecppjava
...
[[SpringStreams getInstance] unload];sensor.unload();

 

Using the SpringStreamsActivity

...