βοΈProperties
Measurement properties
Property
Default
Description
FibriCheckView(
fibriCheckViewProperties: FibriCheckViewProperties(
sampleTime: 60,
flashEnabled: true,
gravEnabled: false,
gyroEnabled: false,
accEnabled: false,
rotationEnabled: false,
movementDetectionEnabled: true,
fingerDetectionExpiryTime: -1,
waitForStartRecordingSignal: false,
...,
),
...
)<RNFibriCheckView
...
sampleTime={60}
flashEnabled={true}
gravEnabled={false}
gyroEnabled={false}
accEnabled={false}
rotationEnabled={false}
movementDetectionEnabled={true}
fingerDetectionExpiryTime={-1}
pulseDetectionExpiryTime={10}
waitForStartRecordingSignal={false}
...
/>Platform-specific properties
Last updated