...
Info |
---|
If the stream should be measured again, when the Activity comes to the foreground or after the method |
Foreground- and Background Actions
Info |
---|
Once the application is in the background all measurements in the library are stopped, i.e. when the application goes to the foreground, the measurement on a stream must be restarted. |
Ending the application
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.
...