Contents

fetchAllDataStoreIdentifiers(_:)

Fetches an array of identifiers from existing data stores that have identifiers.

Declaration

class func fetchAllDataStoreIdentifiers(_ completionHandler: @escaping @MainActor @Sendable ([UUID]) -> Void)
class var allDataStoreIdentifiers: [UUID] { get async }

Parameters

  • completionHandler:

    A block to invoke with the fetched list of unique identifiers.