SafeRenderAreaProcessor

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

Link copied to clipboard
interface Input

Defines the safe render area model that is available to be read from by the processor.

Functions

Link copied to clipboard

Connects the provided input to this processor and returns a Closeable to release the connection when required. Normally, processing of the provided input starts instantly however certain processors may do it async so it is not guaranteed that any work will be done as soon as input is connected.

Inheritors

Link copied to clipboard
Link copied to clipboard