LiveLiteralInfo


This annotation is applied to functions on the LiveLiteral classes created by the Compose Compiler. It is intended to be used to provide information useful to tooling.

Summary

Public constructors

LiveLiteralInfo(key: String, offset: Int)
Cmn

Public properties

String

The unique identifier for the literal.

Cmn
Int

The startOffset of the literal in the source file at the time of compilation.

Cmn

Public constructors

LiveLiteralInfo

LiveLiteralInfo(key: String, offset: Int)
Parameters
key: String

The unique identifier for the literal.

offset: Int

The startOffset of the literal in the source file at the time of compilation.

Public properties

key

val keyString

The unique identifier for the literal.

offset

val offsetInt

The startOffset of the literal in the source file at the time of compilation.