LocationProcessor

interface LocationProcessor : Processor

Defines a Processor that subscribes to LocationProcessor.Input to receive information about the current device Location, when available.

Since

1.6.0

Types

Input
Link copied to clipboard
interface Input
Defines the current device Location model that is available to be read from by the processor.

Functions

connectInput
Link copied to clipboard
abstract fun connectInput(input: LocationProcessor.Input): Closeable
Connects the provided input to this processor and returns a Closeable to release the connection when required.

Inheritors

Session
Link copied to clipboard
LensesComponent
Link copied to clipboard