ComposableInformation

@Immutable
data class ComposableInformation(val name: String, val packageName: String, val fileName: String, val compoundKey: Int? = null)

Indicates which Composables were affected by the state change.

Parameters

name

Composable function name

packageName

Package name that the Composable function is defined

fileName

File name that the Composable function is defined

compoundKey

Same as Composer.compoundKeyHash. If no lookup is possible, null.

Constructors

Link copied to clipboard
constructor(name: String, packageName: String, fileName: String, compoundKey: Int? = null)

Properties

Link copied to clipboard
val compoundKey: Int? = null
Link copied to clipboard
Link copied to clipboard

Fully-qualified name of the Composable function.

Link copied to clipboard
Link copied to clipboard