Interface

SceneDecoratorStrategy

A strategy that tries to decorate a Scene given another Scene.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
public fun interface SceneDecoratorStrategy<T : Any>

A strategy that tries to decorate a Scene given another Scene.

Functions

decorateScene

public fun SceneDecoratorStrategyScope<T>.decorateScene(scene: Scene<T>): Scene<T>

Decorates the given Scene.

The newly returned Scene may or may not include the content of the given scene.

Parameters

scene The scene to be decorated