KUSKBItemBase
KUSKBItemBase Protocol reference for Kustomer Chat iOS Core API .
Shared protocol for KUSKBCategory
and KUSKBArticle
objects.
public protocol KUSKBItemBase : CustomStringConvertible
id
var id: String? { get set }
htmlBody
var htmlBody: String? { get set }
title
var title: String? { get set }
metaDescription
var metaDescription: String? { get set }
rawJson
var rawJson: String? { get set }
CustomStringConvertible
description
var description: String { get }
completeObject()
Extension method
public func completeObject() ###> [String : Any]?
Updated over 3 years ago