Contents

init(scope:operationGroup:)

Creates a new set of send changes options.

Declaration

init(scope: CKSyncEngine.SendChangesOptions.Scope = .all, operationGroup: CKOperationGroup? = nil)

Parameters

  • scope:

    The scope of the changes to send. Defaults to All.

  • operationGroup:

    The operation group to use for the underlying CloudKit operations. If nil, a default operation group will be created.