With decoys enabled, indicates original composable function that was stubbed by compiler plugin. Provides metadata to link it with the implementation function generated by compiler.

Summary

Public constructors

Decoy(targetName: String, vararg signature: String)
Cmn

Public properties

Array<String>

Serialized signature of the actual composable function.

Cmn
String

Name of the implementation function which this composable was copied to.

Cmn

Public constructors

Decoy

Decoy(targetName: String, vararg signature: String)
Parameters
targetName: String

Name of the implementation function which this composable was copied to.

vararg signature: String

Serialized signature of the actual composable function.

Public properties

signature

val signatureArray<String>

Serialized signature of the actual composable function.

targetName

val targetNameString

Name of the implementation function which this composable was copied to.