Untitled
Anonymous
plain_text
08/22/2024 2:57 PM
468 B
20
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