@Retention(value = AnnotationRetention.BINARY)
@ComposableTargetMarker(description = "RemoteCompose Composable")
@Target(allowedTargets = [AnnotationTarget.FUNCTIONAnnotationTarget.PROPERTY_GETTERAnnotationTarget.TYPEAnnotationTarget.TYPE_PARAMETER])
annotation RemoteComposable


An annotation that can be used to mark a composable function as being expected to be used in a composable function that is also marked or inferred to be marked as a RemoteComposable.

Content marked with RemoteComposable will be recorded into a Remote Compose document during the recording phase. This document can then be transmitted and played back by a Remote Compose Player, potentially on a different device or process.

Summary

Public constructors

Public constructors

RemoteComposable

RemoteComposable()