ExperimentalSceneSignalApi


@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This is an experimental API for Scene Signals and is subject to change.")
@Retention(value = AnnotationRetention.BINARY)
@Target(allowedTargets = [AnnotationTarget.CLASSAnnotationTarget.FUNCTIONAnnotationTarget.PROPERTYAnnotationTarget.CONSTRUCTOR])
public annotation ExperimentalSceneSignalApi


Marks declarations that are part of the experimental Scene Signals API.

APIs marked with this annotation are experimental and subject to change or removal.

Summary

Public constructors

Public constructors

ExperimentalSceneSignalApi

public ExperimentalSceneSignalApi()