...
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 | ||
---|---|---|
| ||
... [[SpringStreams getInstance] unload];sensor.unload(); |
Using the SpringStreamsActivity
...