Protocols
The following protocols are available globally.
-
Delegate protocol for receiving updates performed during synchronization
See moreDeclaration
Swift
public protocol SyncSpaceDelegate
-
Use types that conform to QueryableRange to perform queries with the four Range operators See: https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters/ranges
See moreDeclaration
Swift
public protocol QueryableRange -
Undocumented
See more -
Protocol which enables concrete query implementations to be ‘chained’ together so that results can be filtered by more than one QueryOperation or other query. Protocol extensions give default implementation so that all concrete types,
See moreQuery,AssetQuery,FilterQuery, andQueryOn<EntryType>, can use the same implementation.Declaration
Swift
public protocol ChainableQuery: AbstractQuery
View on GitHub
Protocols Reference