toggle menu
ActiveSense
androidJvm
switch theme
search in API
app
/
de.hsrm.activesense.sensor
/
DataProvider
Data
Provider
sealed
interface
DataProvider
<
T
:
SupportedSensorTypes
>
Base interface for all "Sensors" throughout the app
Inheritors
AudioSensor
SensorModel
StubProvider
TimeSensor
Members
Properties
value
Names
Link copied to clipboard
abstract
val
valueNames
:
Array
<
String
>
Functions
get
Current
Data
Link copied to clipboard
abstract
fun
getCurrentData
(
)
:
Array
<
T
>
preprocessing
Link copied to clipboard
open
fun
preprocessing
(
additionalDataMap
:
Map
<
String
,
Any
>
?
)