ContentMetaData
public protocol ContentMetaData : Decodable, Encodable
Basic metadata of the content
-
The unique id of the content
Declaration
Swift
var contentId: String { get } -
The content type. Check
ContentTypefor possible values.Declaration
Swift
var contentType: ContentType { get } -
The catalog type.
Declaration
Swift
var catalogType: String { get }