Skip to content

Commit 32f4a24

Browse files
committed
wip
1 parent 2cbe734 commit 32f4a24

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Sources/SQLiteData/CloudKit/SyncEngineDelegate.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,12 @@
9292
/// in user, and _their_ iCloud storage is full. You can let the user know that they may want
9393
/// to contact the owner about upgrading their storage or cleaning up their iCloud account.
9494
///
95-
///
95+
/// This method can be called many times, and so you will want to de-duplicate the
96+
/// `quotaExceeded` boolean so as to not alert your users multiple times.
9697
///
9798
/// - Parameters:
9899
/// - syncEngine: The sync engine that generates the event.
100+
/// - quotaExceeded: Determines if records failed to save due to a 'quotaExceeded` error.
99101
/// - scope: The database that the event occured on.
100102
func syncEngine(
101103
_ syncEngine: SyncEngine,

0 commit comments

Comments
 (0)