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.