AbstractRecord
Kotlin
|Java
abstract class AbstractRecord : Record
kotlin.Any | |
↳ | androidx.compose.frames.AbstractRecord |
Base implementation of a frame record
Summary
Public constructors |
|
---|---|
<init>() Base implementation of a frame record |
Inherited functions |
|
---|---|
Inherited extension functions |
||||||
---|---|---|---|---|---|---|
From androidx.compose.frames
|
Properties |
|
---|---|
open Int |
The frame id of the frame in which the record was created. |
open Record? |
Reference of the next frame record. |
Public constructors
<init>
AbstractRecord()
Base implementation of a frame record
Properties
next
open var next: Record?
Reference of the next frame record. Frame records are stored in a linked list.