Record

interface Record(source)

Inheritors

Properties

Link copied to clipboard
abstract val key: String

A value that identifies this record uniquely, even if it shares the same screen with another record. This key may be used by BackStackRecordLocalProviders to associate presentation data with a record across composition recreation.

Link copied to clipboard
abstract val screen: Screen

The Screen that should present this record.