Frame
Kotlin
|Java
class Frame
kotlin.Any | |
↳ | androidx.compose.frames.Frame |
Information about a frame including the frame id and whether or not it is read only.
Summary
Public methods |
|
---|---|
Boolean |
Whether there are any pending changes in this frame. |
Properties |
|
---|---|
Int |
The id of the frame. |
Boolean |
True if any change to a frame object will throw. |
Public methods
hasPendingChanges
fun hasPendingChanges(): Boolean
Whether there are any pending changes in this frame.