Class

DecoyImplementation

With decoys enabled, indicates composable implementation function created by compiler plugin.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
@ExperimentalComposeApi
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR)
public annotation class DecoyImplementation(val name: String, val id: Long)

With decoys enabled, indicates composable implementation function created by compiler plugin.

Parameters

name Name of this implementation function.
id Id from original function signature to distinguish overloads.