Integration
public protocol Integration
The Integration protocol describes the libary name and version number for external integrations
to be used in conjunction with the contentful.swift SDK.
-
The name of the integrated library.
Declaration
Swift
var name: String { get } -
The version number for the intergrated library.
Declaration
Swift
var version: String { get }
View on GitHub
Integration Protocol Reference