Untitled
unknown
plain_text
10 months ago
351 B
8
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