SnapshotId
Artifact: androidx.compose.runtime:runtime
-
Cmn
class SnapshotId
-
android
actual typealias SnapshotId = Long
The type of Snapshot.snapshotId
. On most platforms this is a Long
but may be a different type if the platform target does not support Long
efficiently (such as JavaScript).