UserProcessor

interface UserProcessor : Processor

Defines a Processor that subscribes to UserProcessor.Input to receive information about the current user, when available.

Since

1.1.0

Types

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

Functions

connectInput
Link copied to clipboard
abstract fun connectInput(input: UserProcessor.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