SyncSpace

public final class SyncSpace: ImmutableMappable

A container for the synchronized state of a Space

  • Undocumented

    Declaration

    Swift

    public final class SyncSpace: ImmutableMappable
  • Undocumented

    Declaration

    Swift

    public final class SyncSpace: ImmutableMappable
  • A token which needs to be present to perform a subsequent synchronization operation

    Declaration

    Swift

    internal(set) public var syncToken = ""
  • List of Assets currently published on the Space being synchronized

    Declaration

    Swift

    public var assets: [Asset]
  • List of Entries currently published on the Space being synchronized

    Declaration

    Swift

    public var entries: [Entry]
  • Continue a synchronization with previous data.

    Declaration

    Swift

    public init(syncToken: String)

    Parameters

    syncToken

    The sync token from a previous synchronization

    Return Value

    An initialized synchronized space instance *