safeRenderAreaProcessorSource

abstract fun safeRenderAreaProcessorSource(value: Source<SafeRenderAreaProcessor>): Session.Builder

Uses the provided value to attach the Session optional safe render area processing pipeline to once built. The provided Source is normally attached to as soon as the Session is built and de-attached when Session is closed. Providing the Source is optional however certain content such as UI elements in lenses will be rendered without any consideration for the client's UI, possibly interfering with it, when no Source is provided.

Since

1.6.0