SafeRenderAreaProcessor

interface SafeRenderAreaProcessor : Processor

Defines a Processor that subscribes to SafeRenderAreaProcessor.Input to receive updates on the area that the client considers to be safe for rendering content such as lens UI elements where they can not overlap or interfere with the client's own UI.

Since

1.6.0

Types

Input
Link copied to clipboard
interface Input
Defines the safe render area model that is available to be read from by the processor.

Functions

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