Untitled
unknown
plain_text
a year ago
351 B
11
Indexable
CoreLogger.enabled = true
CoreLogger.logLevel = .debug
Zendesk.initialize(
appId: Constants.ZendeskAppId,
clientId: Constants.ZendeskClientId,
zendeskUrl: Constants.ZendeskUrl
)
Support.initialize(withZendesk: Zendesk.instance)
if let support = Support.instance {
AnswerBot.initialize(withZendesk: Zendesk.instance, support: support)
}Editor is loading...
Leave a Comment