RecordsProviderInteractor
public protocol RecordsProviderInteractor
Interactors implements back-to-core notifications regarding search index changes You don’t have to implement it by your own
-
Undocumented
Declaration
Swift
var providerIdentifier: String { get } -
Undocumented
Declaration
Swift
func add(record: IndexableRecord) -
Undocumented
Declaration
Swift
func update(record: IndexableRecord) -
Undocumented
Declaration
Swift
func delete(identifier: String) -
Undocumented
Declaration
Swift
func deleteAll() -
Undocumented
Declaration
Swift
func contains(identifier: String) -> Bool
RecordsProviderInteractor Protocol Reference