SLPipeContext

data class SLPipeContext(val androidContext: Context, val results: List<SLPipeResult>?, val modeManager: SLModeManager)

Data class detailing the current pipeline run.

Parameters

androidContext

the android context running the pipeline.

cellScanner

scanner service for finding cellTowers

results

the SLResults from previous pipe invocations upstream.

See also

Constructors

Link copied to clipboard
constructor(androidContext: Context, results: List<SLPipeResult>?, modeManager: SLModeManager)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard