ScreeningPlotView

class ScreeningPlotView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : LinearLayout

View that renders pulse and breathing plots during continuous measurements. Use bindLifecycleOwner to start observing metrics.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)

Functions

Link copied to clipboard
fun bindLifecycleOwner(lifecycleOwner: LifecycleOwner)

Starts observing metrics from SmartSpectraSdk using the provided lifecycle.