Contents

init(snapshotData:)

Initializes a snapshot object with the flattened data representation obtained from another snapshot.

Declaration

init(snapshotData data: Data)

Parameters

  • data:

    A data object that contains snapshot data.

Return Value

A new snapshot object.

Discussion

The data format for a snapshot is private. Your snapshot object should only be created from flattened data previously obtained from a snapshot.

See Also

Converting Between Snapshots and Data Objects