├── Sources
└── Placeholder.swift
├── Cartfile
├── .github
├── CODEOWNERS
└── workflows
│ └── deploy-documentation.yml
├── docs
└── AnswerBotProvidersSDK
│ ├── 4.0.0
│ ├── favicon.ico
│ ├── index
│ │ ├── data.mdb
│ │ ├── navigator.index
│ │ └── availability.index
│ ├── developer-og.jpg
│ ├── developer-og-twitter.jpg
│ ├── img
│ │ ├── no-image@2x.df2a0a50.png
│ │ ├── deprecated-icon.015b4f17.svg
│ │ ├── added-icon.d6f7e47d.svg
│ │ └── modified-icon.f496e73d.svg
│ ├── metadata.json
│ ├── js
│ │ ├── highlight-js-shell.dd7f411f.js
│ │ ├── highlight-js-json.471128d2.js
│ │ ├── highlight-js-diff.62d66733.js
│ │ ├── highlight-js-http.163e45b6.js
│ │ ├── highlight-js-xml.9c3688c7.js
│ │ ├── highlight-js-markdown.90077643.js
│ │ ├── highlight-js-java.8326d9d8.js
│ │ └── highlight-js-llvm.6100b125.js
│ ├── theme-settings.json
│ ├── favicon.svg
│ └── data
│ │ └── documentation
│ │ └── answerbotproviderssdk
│ │ ├── answerbotproviderssdkversionnumber.json
│ │ └── answerbotproviderssdkversionstring.json
│ ├── 5.0.0
│ ├── favicon.ico
│ ├── index
│ │ ├── data.mdb
│ │ ├── navigator.index
│ │ └── availability.index
│ ├── developer-og.jpg
│ ├── developer-og-twitter.jpg
│ ├── img
│ │ ├── no-image@2x.df2a0a50.png
│ │ ├── deprecated-icon.015b4f17.svg
│ │ ├── added-icon.d6f7e47d.svg
│ │ └── modified-icon.f496e73d.svg
│ ├── metadata.json
│ ├── js
│ │ ├── highlight-js-shell.dd7f411f.js
│ │ ├── highlight-js-json.471128d2.js
│ │ ├── highlight-js-diff.62d66733.js
│ │ ├── highlight-js-http.163e45b6.js
│ │ ├── highlight-js-xml.9c3688c7.js
│ │ ├── highlight-js-markdown.90077643.js
│ │ ├── highlight-js-java.8326d9d8.js
│ │ └── highlight-js-llvm.6100b125.js
│ ├── theme-settings.json
│ ├── favicon.svg
│ └── data
│ │ └── documentation
│ │ └── answerbotproviderssdk
│ │ ├── answerbotproviderssdkversionnumber.json
│ │ └── answerbotproviderssdkversionstring.json
│ ├── 5.0.1
│ ├── favicon.ico
│ ├── index
│ │ ├── data.mdb
│ │ ├── navigator.index
│ │ └── availability.index
│ ├── developer-og.jpg
│ ├── developer-og-twitter.jpg
│ ├── img
│ │ ├── no-image@2x.df2a0a50.png
│ │ ├── deprecated-icon.015b4f17.svg
│ │ ├── added-icon.d6f7e47d.svg
│ │ └── modified-icon.f496e73d.svg
│ ├── metadata.json
│ ├── js
│ │ ├── highlight-js-shell.dd7f411f.js
│ │ ├── highlight-js-json.471128d2.js
│ │ ├── highlight-js-diff.62d66733.js
│ │ ├── highlight-js-http.163e45b6.js
│ │ ├── highlight-js-xml.9c3688c7.js
│ │ ├── highlight-js-markdown.90077643.js
│ │ ├── highlight-js-java.8326d9d8.js
│ │ └── highlight-js-llvm.6100b125.js
│ ├── favicon.svg
│ ├── data
│ │ └── documentation
│ │ │ └── answerbotproviderssdk
│ │ │ ├── answerbotproviderssdkversionnumber.json
│ │ │ └── answerbotproviderssdkversionstring.json
│ └── css
│ │ └── documentation-topic~topic.b6287bcf.css
│ ├── 5.0.2
│ ├── favicon.ico
│ ├── index
│ │ ├── data.mdb
│ │ ├── navigator.index
│ │ └── availability.index
│ ├── developer-og.jpg
│ ├── developer-og-twitter.jpg
│ ├── img
│ │ ├── no-image@2x.df2a0a50.png
│ │ ├── deprecated-icon.015b4f17.svg
│ │ ├── added-icon.d6f7e47d.svg
│ │ └── modified-icon.f496e73d.svg
│ ├── metadata.json
│ ├── js
│ │ ├── highlight-js-shell.dd7f411f.js
│ │ ├── highlight-js-json.471128d2.js
│ │ ├── highlight-js-diff.62d66733.js
│ │ ├── highlight-js-http.163e45b6.js
│ │ ├── highlight-js-xml.9c3688c7.js
│ │ ├── highlight-js-markdown.90077643.js
│ │ ├── highlight-js-java.8326d9d8.js
│ │ └── highlight-js-llvm.6100b125.js
│ ├── favicon.svg
│ ├── data
│ │ └── documentation
│ │ │ └── answerbotproviderssdk
│ │ │ ├── answerbotproviderssdkversionnumber.json
│ │ │ └── answerbotproviderssdkversionstring.json
│ └── css
│ │ └── documentation-topic~topic.b6287bcf.css
│ ├── 5.0.3
│ ├── favicon.ico
│ ├── index
│ │ ├── data.mdb
│ │ ├── navigator.index
│ │ └── availability.index
│ ├── developer-og.jpg
│ ├── developer-og-twitter.jpg
│ ├── img
│ │ ├── no-image@2x.df2a0a50.png
│ │ ├── deprecated-icon.015b4f17.svg
│ │ ├── added-icon.d6f7e47d.svg
│ │ └── modified-icon.f496e73d.svg
│ ├── metadata.json
│ ├── js
│ │ ├── highlight-js-shell.dd7f411f.js
│ │ ├── highlight-js-json.471128d2.js
│ │ ├── highlight-js-diff.62d66733.js
│ │ ├── highlight-js-http.163e45b6.js
│ │ ├── highlight-js-xml.9c3688c7.js
│ │ ├── highlight-js-markdown.90077643.js
│ │ ├── highlight-js-java.8326d9d8.js
│ │ └── highlight-js-llvm.6100b125.js
│ ├── favicon.svg
│ ├── data
│ │ └── documentation
│ │ │ └── answerbotproviderssdk
│ │ │ ├── answerbotproviderssdkversionnumber.json
│ │ │ └── answerbotproviderssdkversionstring.json
│ └── css
│ │ └── documentation-topic~topic.b6287bcf.css
│ ├── 5.0.4
│ ├── favicon.ico
│ ├── index
│ │ ├── data.mdb
│ │ ├── navigator.index
│ │ └── availability.index
│ ├── developer-og.jpg
│ ├── developer-og-twitter.jpg
│ ├── img
│ │ ├── no-image@2x.df2a0a50.png
│ │ ├── deprecated-icon.015b4f17.svg
│ │ ├── added-icon.d6f7e47d.svg
│ │ └── modified-icon.f496e73d.svg
│ ├── metadata.json
│ ├── js
│ │ ├── highlight-js-shell.dd7f411f.js
│ │ ├── highlight-js-json.471128d2.js
│ │ ├── highlight-js-diff.62d66733.js
│ │ ├── highlight-js-http.163e45b6.js
│ │ ├── highlight-js-xml.9c3688c7.js
│ │ ├── highlight-js-markdown.90077643.js
│ │ ├── highlight-js-java.8326d9d8.js
│ │ └── highlight-js-llvm.6100b125.js
│ ├── favicon.svg
│ ├── data
│ │ └── documentation
│ │ │ └── answerbotproviderssdk
│ │ │ ├── answerbotproviderssdkversionnumber.json
│ │ │ └── answerbotproviderssdkversionstring.json
│ └── css
│ │ └── documentation-topic~topic.b6287bcf.css
│ └── 6.0.0
│ ├── favicon.ico
│ ├── index
│ ├── data.mdb
│ ├── navigator.index
│ └── availability.index
│ ├── developer-og.jpg
│ ├── developer-og-twitter.jpg
│ ├── img
│ ├── no-image@2x.df2a0a50.png
│ ├── deprecated-icon.015b4f17.svg
│ ├── added-icon.d6f7e47d.svg
│ └── modified-icon.f496e73d.svg
│ ├── metadata.json
│ ├── js
│ ├── highlight-js-shell.dd7f411f.js
│ ├── highlight-js-json.471128d2.js
│ ├── highlight-js-diff.62d66733.js
│ ├── highlight-js-http.163e45b6.js
│ ├── highlight-js-xml.9c3688c7.js
│ ├── highlight-js-markdown.90077643.js
│ └── highlight-js-java.8326d9d8.js
│ ├── favicon.svg
│ ├── data
│ └── documentation
│ │ └── answerbotproviderssdk
│ │ ├── answerbotproviderssdkversionnumber.json
│ │ └── answerbotproviderssdkversionstring.json
│ └── css
│ └── documentation-topic~topic.b6287bcf.css
├── AnswerBotProvidersSDK.xcframework
├── ios-arm64
│ ├── AnswerBotProvidersSDK.framework
│ │ ├── Info.plist
│ │ ├── Endpoints.plist
│ │ ├── AnswerBotProvidersSDK
│ │ ├── Modules
│ │ │ ├── AnswerBotProvidersSDK.swiftmodule
│ │ │ │ └── arm64-apple-ios.swiftdoc
│ │ │ └── module.modulemap
│ │ ├── Headers
│ │ │ └── AnswerBotProvidersSDK.h
│ │ └── PrivacyInfo.xcprivacy
│ └── dSYMs
│ │ └── AnswerBotProvidersSDK.framework.dSYM
│ │ └── Contents
│ │ ├── Resources
│ │ └── DWARF
│ │ │ └── AnswerBotProvidersSDK
│ │ └── Info.plist
├── ios-arm64_x86_64-simulator
│ ├── AnswerBotProvidersSDK.framework
│ │ ├── Info.plist
│ │ ├── Endpoints.plist
│ │ ├── AnswerBotProvidersSDK
│ │ ├── Modules
│ │ │ ├── module.modulemap
│ │ │ └── AnswerBotProvidersSDK.swiftmodule
│ │ │ │ ├── arm64-apple-ios-simulator.swiftdoc
│ │ │ │ └── x86_64-apple-ios-simulator.swiftdoc
│ │ ├── Headers
│ │ │ └── AnswerBotProvidersSDK.h
│ │ └── PrivacyInfo.xcprivacy
│ └── dSYMs
│ │ └── AnswerBotProvidersSDK.framework.dSYM
│ │ └── Contents
│ │ ├── Resources
│ │ └── DWARF
│ │ │ └── AnswerBotProvidersSDK
│ │ └── Info.plist
└── Info.plist
├── LICENSE.md
├── Package.swift
├── ZendeskAnswerBotProvidersSDK.podspec
├── README.md
├── CONTRIBUTING.md
└── .gitignore
/Sources/Placeholder.swift:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Cartfile:
--------------------------------------------------------------------------------
1 | github "zendesk/support_providers_sdk_ios" ~> 9.0.0
2 |
--------------------------------------------------------------------------------
/.github/CODEOWNERS:
--------------------------------------------------------------------------------
1 | # CODEOWNERS file
2 | # This file defines who should review code changes in this repository.
3 |
4 | * @zendesk/sdk-admins
5 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/4.0.0/favicon.ico
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.0/favicon.ico
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.1/favicon.ico
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.2/favicon.ico
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.3/favicon.ico
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.4/favicon.ico
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/6.0.0/favicon.ico
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/index/data.mdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/4.0.0/index/data.mdb
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/index/data.mdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.0/index/data.mdb
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/index/data.mdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.1/index/data.mdb
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/index/data.mdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.2/index/data.mdb
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/index/data.mdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.3/index/data.mdb
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/index/data.mdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.4/index/data.mdb
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/index/data.mdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/6.0.0/index/data.mdb
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/developer-og.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/4.0.0/developer-og.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/developer-og.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.0/developer-og.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/developer-og.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.1/developer-og.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/developer-og.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.2/developer-og.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/developer-og.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.3/developer-og.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/developer-og.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.4/developer-og.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/developer-og.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/6.0.0/developer-og.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/index/navigator.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/4.0.0/index/navigator.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/index/navigator.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.0/index/navigator.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/index/navigator.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.1/index/navigator.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/index/navigator.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.2/index/navigator.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/index/navigator.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.3/index/navigator.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/index/navigator.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.4/index/navigator.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/index/navigator.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/6.0.0/index/navigator.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/developer-og-twitter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/4.0.0/developer-og-twitter.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/index/availability.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/4.0.0/index/availability.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/developer-og-twitter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.0/developer-og-twitter.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/index/availability.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.0/index/availability.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/developer-og-twitter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.1/developer-og-twitter.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/index/availability.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.1/index/availability.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/developer-og-twitter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.2/developer-og-twitter.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/index/availability.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.2/index/availability.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/developer-og-twitter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.3/developer-og-twitter.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/index/availability.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.3/index/availability.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/developer-og-twitter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.4/developer-og-twitter.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/index/availability.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.4/index/availability.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/developer-og-twitter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/6.0.0/developer-og-twitter.jpg
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/index/availability.index:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/6.0.0/index/availability.index
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/img/no-image@2x.df2a0a50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/4.0.0/img/no-image@2x.df2a0a50.png
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/metadata.json:
--------------------------------------------------------------------------------
1 | {"bundleDisplayName":"AnswerBotProvidersSDK","bundleIdentifier":"com.zendesk.AnswerBotProvidersSDK","schemaVersion":{"major":0,"minor":1,"patch":0}}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/img/no-image@2x.df2a0a50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.0/img/no-image@2x.df2a0a50.png
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/metadata.json:
--------------------------------------------------------------------------------
1 | {"bundleDisplayName":"AnswerBotProvidersSDK","bundleIdentifier":"com.zendesk.AnswerBotProvidersSDK","schemaVersion":{"major":0,"minor":1,"patch":0}}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/img/no-image@2x.df2a0a50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.1/img/no-image@2x.df2a0a50.png
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/metadata.json:
--------------------------------------------------------------------------------
1 | {"schemaVersion":{"patch":0,"minor":1,"major":0},"bundleDisplayName":"AnswerBotProvidersSDK","bundleIdentifier":"com.zendesk.AnswerBotProvidersSDK"}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/img/no-image@2x.df2a0a50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.2/img/no-image@2x.df2a0a50.png
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/metadata.json:
--------------------------------------------------------------------------------
1 | {"schemaVersion":{"minor":1,"major":0,"patch":0},"bundleIdentifier":"com.zendesk.AnswerBotProvidersSDK","bundleDisplayName":"AnswerBotProvidersSDK"}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/img/no-image@2x.df2a0a50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.3/img/no-image@2x.df2a0a50.png
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/metadata.json:
--------------------------------------------------------------------------------
1 | {"bundleIdentifier":"com.zendesk.AnswerBotProvidersSDK","schemaVersion":{"major":0,"minor":1,"patch":0},"bundleDisplayName":"AnswerBotProvidersSDK"}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/img/no-image@2x.df2a0a50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/5.0.4/img/no-image@2x.df2a0a50.png
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/metadata.json:
--------------------------------------------------------------------------------
1 | {"bundleDisplayName":"AnswerBotProvidersSDK","bundleIdentifier":"com.zendesk.AnswerBotProvidersSDK","schemaVersion":{"patch":0,"minor":1,"major":0}}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/img/no-image@2x.df2a0a50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/docs/AnswerBotProvidersSDK/6.0.0/img/no-image@2x.df2a0a50.png
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/metadata.json:
--------------------------------------------------------------------------------
1 | {"bundleDisplayName":"AnswerBotProvidersSDK","schemaVersion":{"major":0,"patch":0,"minor":1},"bundleIdentifier":"com.zendesk.AnswerBotProvidersSDK"}
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/Info.plist
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/Endpoints.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/Endpoints.plist
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/AnswerBotProvidersSDK:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/AnswerBotProvidersSDK
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/Info.plist
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/Endpoints.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/Endpoints.plist
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/AnswerBotProvidersSDK:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/AnswerBotProvidersSDK
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64/dSYMs/AnswerBotProvidersSDK.framework.dSYM/Contents/Resources/DWARF/AnswerBotProvidersSDK:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64/dSYMs/AnswerBotProvidersSDK.framework.dSYM/Contents/Resources/DWARF/AnswerBotProvidersSDK
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/Modules/AnswerBotProvidersSDK.swiftmodule/arm64-apple-ios.swiftdoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/Modules/AnswerBotProvidersSDK.swiftmodule/arm64-apple-ios.swiftdoc
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module AnswerBotProvidersSDK {
2 | umbrella header "AnswerBotProvidersSDK.h"
3 | export *
4 |
5 | module * { export * }
6 | }
7 |
8 | module AnswerBotProvidersSDK.Swift {
9 | header "AnswerBotProvidersSDK-Swift.h"
10 | requires objc
11 | }
12 |
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/AnswerBotProvidersSDK.framework.dSYM/Contents/Resources/DWARF/AnswerBotProvidersSDK:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/AnswerBotProvidersSDK.framework.dSYM/Contents/Resources/DWARF/AnswerBotProvidersSDK
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module AnswerBotProvidersSDK {
2 | umbrella header "AnswerBotProvidersSDK.h"
3 | export *
4 |
5 | module * { export * }
6 | }
7 |
8 | module AnswerBotProvidersSDK.Swift {
9 | header "AnswerBotProvidersSDK-Swift.h"
10 | requires objc
11 | }
12 |
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/Modules/AnswerBotProvidersSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/Modules/AnswerBotProvidersSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/Modules/AnswerBotProvidersSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zendesk/answer_bot_providers_sdk_ios/master/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/Modules/AnswerBotProvidersSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/img/deprecated-icon.015b4f17.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/img/deprecated-icon.015b4f17.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/img/deprecated-icon.015b4f17.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/img/deprecated-icon.015b4f17.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/img/deprecated-icon.015b4f17.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/img/deprecated-icon.015b4f17.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/img/deprecated-icon.015b4f17.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/img/added-icon.d6f7e47d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/img/added-icon.d6f7e47d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/img/added-icon.d6f7e47d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/img/added-icon.d6f7e47d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/img/added-icon.d6f7e47d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/img/added-icon.d6f7e47d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/img/added-icon.d6f7e47d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/js/highlight-js-shell.dd7f411f.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-shell"],{b65b:function(s,n){function e(s){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}s.exports=e}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/js/highlight-js-shell.dd7f411f.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-shell"],{b65b:function(s,n){function e(s){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}s.exports=e}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/js/highlight-js-shell.dd7f411f.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-shell"],{b65b:function(s,n){function e(s){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}s.exports=e}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/js/highlight-js-shell.dd7f411f.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-shell"],{b65b:function(s,n){function e(s){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}s.exports=e}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/js/highlight-js-shell.dd7f411f.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-shell"],{b65b:function(s,n){function e(s){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}s.exports=e}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/js/highlight-js-shell.dd7f411f.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-shell"],{b65b:function(s,n){function e(s){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}s.exports=e}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/js/highlight-js-shell.dd7f411f.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-shell"],{b65b:function(s,n){function e(s){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}s.exports=e}}]);
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/Headers/AnswerBotProvidersSDK.h:
--------------------------------------------------------------------------------
1 | //
2 | // AnswerBotProvidersSDK.h
3 | // AnswerBotProvidersSDK
4 | //
5 | // Created by Alan O'Connor on 19/06/2018.
6 | // Copyright © 2018 Zendesk. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | //! Project version number for AnswerBotProvidersSDK.
12 | FOUNDATION_EXPORT double AnswerBotProvidersSDKVersionNumber;
13 |
14 | //! Project version string for AnswerBotProvidersSDK.
15 | FOUNDATION_EXPORT const unsigned char AnswerBotProvidersSDKVersionString[];
16 |
17 | // In this header, you should import all the public headers of your framework using statements like #import
18 |
19 |
20 |
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/Headers/AnswerBotProvidersSDK.h:
--------------------------------------------------------------------------------
1 | //
2 | // AnswerBotProvidersSDK.h
3 | // AnswerBotProvidersSDK
4 | //
5 | // Created by Alan O'Connor on 19/06/2018.
6 | // Copyright © 2018 Zendesk. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | //! Project version number for AnswerBotProvidersSDK.
12 | FOUNDATION_EXPORT double AnswerBotProvidersSDKVersionNumber;
13 |
14 | //! Project version string for AnswerBotProvidersSDK.
15 | FOUNDATION_EXPORT const unsigned char AnswerBotProvidersSDKVersionString[];
16 |
17 | // In this header, you should import all the public headers of your framework using statements like #import
18 |
19 |
20 |
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64/dSYMs/AnswerBotProvidersSDK.framework.dSYM/Contents/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | English
7 | CFBundleIdentifier
8 | com.apple.xcode.dsym.com.zendesk.AnswerBotProvidersSDK
9 | CFBundleInfoDictionaryVersion
10 | 6.0
11 | CFBundlePackageType
12 | dSYM
13 | CFBundleSignature
14 | ????
15 | CFBundleShortVersionString
16 | 6.0.0
17 | CFBundleVersion
18 | 1
19 |
20 |
21 |
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/AnswerBotProvidersSDK.framework.dSYM/Contents/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | English
7 | CFBundleIdentifier
8 | com.apple.xcode.dsym.com.zendesk.AnswerBotProvidersSDK
9 | CFBundleInfoDictionaryVersion
10 | 6.0
11 | CFBundlePackageType
12 | dSYM
13 | CFBundleSignature
14 | ????
15 | CFBundleShortVersionString
16 | 6.0.0
17 | CFBundleVersion
18 | 1
19 |
20 |
21 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/js/highlight-js-json.471128d2.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-json"],{"5ad2":function(n,e){function a(n){const e={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},a={match:/[{}[\],:]/,className:"punctuation",relevance:0},s={beginKeywords:["true","false","null"].join(" ")};return{name:"JSON",contains:[e,a,n.QUOTE_STRING_MODE,s,n.C_NUMBER_MODE,n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}n.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/js/highlight-js-json.471128d2.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-json"],{"5ad2":function(n,e){function a(n){const e={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},a={match:/[{}[\],:]/,className:"punctuation",relevance:0},s={beginKeywords:["true","false","null"].join(" ")};return{name:"JSON",contains:[e,a,n.QUOTE_STRING_MODE,s,n.C_NUMBER_MODE,n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}n.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/js/highlight-js-json.471128d2.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-json"],{"5ad2":function(n,e){function a(n){const e={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},a={match:/[{}[\],:]/,className:"punctuation",relevance:0},s={beginKeywords:["true","false","null"].join(" ")};return{name:"JSON",contains:[e,a,n.QUOTE_STRING_MODE,s,n.C_NUMBER_MODE,n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}n.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/js/highlight-js-json.471128d2.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-json"],{"5ad2":function(n,e){function a(n){const e={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},a={match:/[{}[\],:]/,className:"punctuation",relevance:0},s={beginKeywords:["true","false","null"].join(" ")};return{name:"JSON",contains:[e,a,n.QUOTE_STRING_MODE,s,n.C_NUMBER_MODE,n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}n.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/js/highlight-js-json.471128d2.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-json"],{"5ad2":function(n,e){function a(n){const e={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},a={match:/[{}[\],:]/,className:"punctuation",relevance:0},s={beginKeywords:["true","false","null"].join(" ")};return{name:"JSON",contains:[e,a,n.QUOTE_STRING_MODE,s,n.C_NUMBER_MODE,n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}n.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/js/highlight-js-json.471128d2.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-json"],{"5ad2":function(n,e){function a(n){const e={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},a={match:/[{}[\],:]/,className:"punctuation",relevance:0},s={beginKeywords:["true","false","null"].join(" ")};return{name:"JSON",contains:[e,a,n.QUOTE_STRING_MODE,s,n.C_NUMBER_MODE,n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}n.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/js/highlight-js-json.471128d2.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-json"],{"5ad2":function(n,e){function a(n){const e={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},a={match:/[{}[\],:]/,className:"punctuation",relevance:0},s={beginKeywords:["true","false","null"].join(" ")};return{name:"JSON",contains:[e,a,n.QUOTE_STRING_MODE,s,n.C_NUMBER_MODE,n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}n.exports=a}}]);
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | By downloading or using the Zendesk Answer Bot Providers SDK, You agree to the Zendesk Master
2 | Subscription Agreement https://www.zendesk.com/company/customers-partners/#master-subscription-agreement and Application Developer and API License
3 | Agreement https://www.zendesk.com/company/customers-partners/#application-developer-api-license-agreement and
4 | acknowledge that such terms govern Your use of and access to the Mobile SDK.
5 |
6 | If You make any Contributions (defined below) to the Zendesk Answer Bot Providers SDK, You hereby grant Zendesk a royalty-free, worldwide, transferable, sub-licensable, irrevocable and perpetual license to incorporate into the Service or the Zendesk API or otherwise use and commercially exploit any Contributions. “Contribution” shall mean any work of authorship, including any modifications or additions to the Mobile SDK or derivative works thereof, that is submitted to Zendesk by You.
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/js/highlight-js-diff.62d66733.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-diff"],{"48b8":function(e,n){function a(e){const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/js/highlight-js-diff.62d66733.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-diff"],{"48b8":function(e,n){function a(e){const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/js/highlight-js-diff.62d66733.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-diff"],{"48b8":function(e,n){function a(e){const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/js/highlight-js-diff.62d66733.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-diff"],{"48b8":function(e,n){function a(e){const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/js/highlight-js-diff.62d66733.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-diff"],{"48b8":function(e,n){function a(e){const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/js/highlight-js-diff.62d66733.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-diff"],{"48b8":function(e,n){function a(e){const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/js/highlight-js-diff.62d66733.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-diff"],{"48b8":function(e,n){function a(e){const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/.github/workflows/deploy-documentation.yml:
--------------------------------------------------------------------------------
1 | name: Deploy documentation
2 |
3 | on:
4 | push:
5 | branches:
6 | - master
7 | paths:
8 | - 'docs/**'
9 |
10 | permissions:
11 | contents: read
12 | pages: write
13 | id-token: write
14 |
15 | jobs:
16 | deploy-documentation:
17 | name: Deploy documentation to GitHub Pages
18 | environment:
19 | name: github-pages
20 | url: ${{ steps.deploy-documentation.outputs.page_url }}
21 | runs-on: ubuntu-latest
22 | steps:
23 | - name: Checkout
24 | uses: actions/checkout@v4
25 |
26 | - name: Configure GitHub Pages
27 | uses: actions/configure-pages@v5
28 |
29 | - name: Archive documentation
30 | run: tar --directory docs -cvf docs.tar .
31 |
32 | - name: Upload documentation
33 | uses: actions/upload-artifact@v4
34 | with:
35 | name: github-pages
36 | path: docs.tar
37 | retention-days: 1
38 |
39 | - name: Deploy documentation
40 | id: deploy-documentation
41 | uses: actions/deploy-pages@v4
42 |
--------------------------------------------------------------------------------
/Package.swift:
--------------------------------------------------------------------------------
1 | // swift-tools-version:5.3
2 | import PackageDescription
3 | let package = Package(
4 | name: "ZendeskAnswerBotProvidersSDK",
5 | platforms: [
6 | .iOS(.v12)
7 | ],
8 | products: [
9 | .library(
10 | name: "ZendeskAnswerBotProvidersSDK",
11 | targets: [
12 | "ZendeskAnswerBotProvidersSDKTargets"
13 | ]
14 | )
15 | ],
16 | dependencies: [
17 | .package(name: "ZendeskSupportProvidersSDK",
18 | url: "https://github.com/zendesk/support_providers_sdk_ios",
19 | .exact("9.0.0"))
20 | ],
21 | targets: [
22 | .binaryTarget(
23 | name: "AnswerBotProvidersSDK",
24 | path: "AnswerBotProvidersSDK.xcframework"
25 | ),
26 | .target(name: "ZendeskAnswerBotProvidersSDKTargets",
27 | dependencies: [
28 | .target(name: "AnswerBotProvidersSDK"),
29 | .product(name: "ZendeskSupportProvidersSDK", package: "ZendeskSupportProvidersSDK")
30 | ],
31 | path: "Sources"
32 | )
33 | ]
34 | )
35 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/img/modified-icon.f496e73d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/img/modified-icon.f496e73d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/img/modified-icon.f496e73d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/img/modified-icon.f496e73d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/img/modified-icon.f496e73d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/img/modified-icon.f496e73d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/img/modified-icon.f496e73d.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64/AnswerBotProvidersSDK.framework/PrivacyInfo.xcprivacy:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | NSPrivacyCollectedDataTypes
6 |
7 |
8 | NSPrivacyCollectedDataType
9 | NSPrivacyCollectedDataTypeUserID
10 | NSPrivacyCollectedDataTypeLinked
11 |
12 | NSPrivacyCollectedDataTypeTracking
13 |
14 | NSPrivacyCollectedDataTypePurposes
15 |
16 | NSPrivacyCollectedDataTypePurposeAppFunctionality
17 |
18 |
19 |
20 | NSPrivacyCollectedDataType
21 | NSPrivacyCollectedDataTypeOtherDiagnosticData
22 | NSPrivacyCollectedDataTypeLinked
23 |
24 | NSPrivacyCollectedDataTypeTracking
25 |
26 | NSPrivacyCollectedDataTypePurposes
27 |
28 | NSPrivacyCollectedDataTypePurposeAnalytics
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/ios-arm64_x86_64-simulator/AnswerBotProvidersSDK.framework/PrivacyInfo.xcprivacy:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | NSPrivacyCollectedDataTypes
6 |
7 |
8 | NSPrivacyCollectedDataType
9 | NSPrivacyCollectedDataTypeUserID
10 | NSPrivacyCollectedDataTypeLinked
11 |
12 | NSPrivacyCollectedDataTypeTracking
13 |
14 | NSPrivacyCollectedDataTypePurposes
15 |
16 | NSPrivacyCollectedDataTypePurposeAppFunctionality
17 |
18 |
19 |
20 | NSPrivacyCollectedDataType
21 | NSPrivacyCollectedDataTypeOtherDiagnosticData
22 | NSPrivacyCollectedDataTypeLinked
23 |
24 | NSPrivacyCollectedDataTypeTracking
25 |
26 | NSPrivacyCollectedDataTypePurposes
27 |
28 | NSPrivacyCollectedDataTypePurposeAnalytics
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/js/highlight-js-http.163e45b6.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-http"],{c01d:function(e,n){function a(e){const n=e.regex,a="HTTP/(2|1\\.[01])",s=/[A-Za-z][A-Za-z0-9-]*/,t={className:"attribute",begin:n.concat("^",s,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},i=[t,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+a+" \\d{3})",end:/$/,contains:[{className:"meta",begin:a},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},{begin:"(?=^[A-Z]+ (.*?) "+a+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:a},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},e.inherit(t,{relevance:0})]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/js/highlight-js-http.163e45b6.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-http"],{c01d:function(e,n){function a(e){const n=e.regex,a="HTTP/(2|1\\.[01])",s=/[A-Za-z][A-Za-z0-9-]*/,t={className:"attribute",begin:n.concat("^",s,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},i=[t,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+a+" \\d{3})",end:/$/,contains:[{className:"meta",begin:a},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},{begin:"(?=^[A-Z]+ (.*?) "+a+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:a},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},e.inherit(t,{relevance:0})]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/js/highlight-js-http.163e45b6.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-http"],{c01d:function(e,n){function a(e){const n=e.regex,a="HTTP/(2|1\\.[01])",s=/[A-Za-z][A-Za-z0-9-]*/,t={className:"attribute",begin:n.concat("^",s,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},i=[t,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+a+" \\d{3})",end:/$/,contains:[{className:"meta",begin:a},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},{begin:"(?=^[A-Z]+ (.*?) "+a+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:a},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},e.inherit(t,{relevance:0})]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/js/highlight-js-http.163e45b6.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-http"],{c01d:function(e,n){function a(e){const n=e.regex,a="HTTP/(2|1\\.[01])",s=/[A-Za-z][A-Za-z0-9-]*/,t={className:"attribute",begin:n.concat("^",s,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},i=[t,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+a+" \\d{3})",end:/$/,contains:[{className:"meta",begin:a},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},{begin:"(?=^[A-Z]+ (.*?) "+a+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:a},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},e.inherit(t,{relevance:0})]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/js/highlight-js-http.163e45b6.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-http"],{c01d:function(e,n){function a(e){const n=e.regex,a="HTTP/(2|1\\.[01])",s=/[A-Za-z][A-Za-z0-9-]*/,t={className:"attribute",begin:n.concat("^",s,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},i=[t,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+a+" \\d{3})",end:/$/,contains:[{className:"meta",begin:a},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},{begin:"(?=^[A-Z]+ (.*?) "+a+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:a},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},e.inherit(t,{relevance:0})]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/js/highlight-js-http.163e45b6.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-http"],{c01d:function(e,n){function a(e){const n=e.regex,a="HTTP/(2|1\\.[01])",s=/[A-Za-z][A-Za-z0-9-]*/,t={className:"attribute",begin:n.concat("^",s,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},i=[t,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+a+" \\d{3})",end:/$/,contains:[{className:"meta",begin:a},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},{begin:"(?=^[A-Z]+ (.*?) "+a+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:a},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},e.inherit(t,{relevance:0})]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/js/highlight-js-http.163e45b6.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-http"],{c01d:function(e,n){function a(e){const n=e.regex,a="HTTP/(2|1\\.[01])",s=/[A-Za-z][A-Za-z0-9-]*/,t={className:"attribute",begin:n.concat("^",s,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},i=[t,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+a+" \\d{3})",end:/$/,contains:[{className:"meta",begin:a},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},{begin:"(?=^[A-Z]+ (.*?) "+a+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:a},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:i}},e.inherit(t,{relevance:0})]}}e.exports=a}}]);
--------------------------------------------------------------------------------
/ZendeskAnswerBotProvidersSDK.podspec:
--------------------------------------------------------------------------------
1 | Pod::Spec.new do |s|
2 | s.name = "ZendeskAnswerBotProvidersSDK"
3 | s.version = "6.0.0"
4 | s.summary = "ZendeskAnswerBotProvidersSDK #{s.version.to_s}"
5 | s.homepage = "https://developer.zendesk.com/documentation/classic-web-widget-sdks/"
6 | s.license = {
7 | :type => 'Copyright',
8 | :text => <<-LICENSE
9 | ZendeskSDKs
10 | Created by Zendesk on 1/09/2020
11 | Copyright (c) 2020 Zendesk. All rights reserved.
12 | By downloading or using the Zendesk Mobile SDK, You agree to the Zendesk Master
13 | Subscription Agreement https://www.zendesk.com/company/customers-partners/#master-subscription-agreement and Application Developer and API License
14 | Agreement https://www.zendesk.com/company/customers-partners/#application-developer-api-license-agreement and
15 | acknowledge that such terms govern Your use of and access to the Mobile SDK.
16 | LICENSE
17 | }
18 | s.author = 'Zendesk'
19 | s.platform = :ios, '12.0'
20 | s.requires_arc = true
21 | s.swift_version = '5.3.0'
22 | s.cocoapods_version = '>= 1.10.0'
23 | s.source = { :git => "https://github.com/zendesk/answer_bot_providers_sdk_ios.git", :tag => s.version }
24 | s.vendored_frameworks = 'AnswerBotProvidersSDK.xcframework'
25 | s.dependency 'ZendeskSupportProvidersSDK', '~> 9.0.0'
26 | end
27 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/theme-settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "meta": {},
3 | "theme": {
4 | "code": {
5 | "indentationWidth": 4
6 | },
7 | "colors": {
8 | "text": "",
9 | "text-background": "",
10 | "grid": "",
11 | "article-background": "",
12 | "generic-modal-background": "",
13 | "secondary-label": "",
14 | "header-text": "",
15 | "not-found": {
16 | "input-border": ""
17 | },
18 | "runtime-preview": {
19 | "text": ""
20 | },
21 | "tabnav-item": {
22 | "border-color": ""
23 | },
24 | "svg-icon": {
25 | "fill-light": "",
26 | "fill-dark": ""
27 | },
28 | "loading-placeholder": {
29 | "background": ""
30 | },
31 | "button": {
32 | "text": "",
33 | "light": {
34 | "background": "",
35 | "backgroundHover": "",
36 | "backgroundActive": ""
37 | },
38 | "dark": {
39 | "background": "",
40 | "backgroundHover": "",
41 | "backgroundActive": ""
42 | }
43 | },
44 | "link": null
45 | },
46 | "style": {
47 | "button": {
48 | "borderRadius": null
49 | }
50 | },
51 | "typography": {
52 | "html-font": ""
53 | }
54 | },
55 | "features": {
56 | "docs": {
57 | }
58 | }
59 | }
60 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/theme-settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "meta": {},
3 | "theme": {
4 | "code": {
5 | "indentationWidth": 4
6 | },
7 | "colors": {
8 | "text": "",
9 | "text-background": "",
10 | "grid": "",
11 | "article-background": "",
12 | "generic-modal-background": "",
13 | "secondary-label": "",
14 | "header-text": "",
15 | "not-found": {
16 | "input-border": ""
17 | },
18 | "runtime-preview": {
19 | "text": ""
20 | },
21 | "tabnav-item": {
22 | "border-color": ""
23 | },
24 | "svg-icon": {
25 | "fill-light": "",
26 | "fill-dark": ""
27 | },
28 | "loading-placeholder": {
29 | "background": ""
30 | },
31 | "button": {
32 | "text": "",
33 | "light": {
34 | "background": "",
35 | "backgroundHover": "",
36 | "backgroundActive": ""
37 | },
38 | "dark": {
39 | "background": "",
40 | "backgroundHover": "",
41 | "backgroundActive": ""
42 | }
43 | },
44 | "link": null
45 | },
46 | "style": {
47 | "button": {
48 | "borderRadius": null
49 | }
50 | },
51 | "typography": {
52 | "html-font": ""
53 | }
54 | },
55 | "features": {
56 | "docs": {
57 | }
58 | }
59 | }
60 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/favicon.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/favicon.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/favicon.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/favicon.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/favicon.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/favicon.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/favicon.svg:
--------------------------------------------------------------------------------
1 |
10 |
11 |
--------------------------------------------------------------------------------
/AnswerBotProvidersSDK.xcframework/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | AvailableLibraries
6 |
7 |
8 | BinaryPath
9 | AnswerBotProvidersSDK.framework/AnswerBotProvidersSDK
10 | DebugSymbolsPath
11 | dSYMs
12 | LibraryIdentifier
13 | ios-arm64
14 | LibraryPath
15 | AnswerBotProvidersSDK.framework
16 | SupportedArchitectures
17 |
18 | arm64
19 |
20 | SupportedPlatform
21 | ios
22 |
23 |
24 | BinaryPath
25 | AnswerBotProvidersSDK.framework/AnswerBotProvidersSDK
26 | DebugSymbolsPath
27 | dSYMs
28 | LibraryIdentifier
29 | ios-arm64_x86_64-simulator
30 | LibraryPath
31 | AnswerBotProvidersSDK.framework
32 | SupportedArchitectures
33 |
34 | arm64
35 | x86_64
36 |
37 | SupportedPlatform
38 | ios
39 | SupportedPlatformVariant
40 | simulator
41 |
42 |
43 | CFBundlePackageType
44 | XFWK
45 | XCFrameworkFormatVersion
46 | 1.0
47 |
48 |
49 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | :warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning:
2 |
3 | # Zendesk Answer Bot Providers SDK for iOS
4 |
5 | Zendesk Answer Bot Providers SDK for mobile. The Answer Bot Providers SDK is a wrapper for the Anwer Bot API. Build own UI on top of the Zendesk's Machine learning ticket deflection bot.
6 |
7 | ## Documentation
8 |
9 | You can find our documentation on https://developer.zendesk.com/embeddables.
10 |
11 | ## Feature requests and issues
12 |
13 | All feature requests and issues are welcomed. Please see our [contributing guidelines](./CONTRIBUTING.md) to find out how to contact us.
14 |
15 | ## Copyright and license
16 |
17 | Copyright 2020 Zendesk
18 |
19 | By downloading or using the Zendesk Answer Bot Providers SDK, You agree to the Zendesk Master
20 | Subscription Agreement https://www.zendesk.com/company/customers-partners/#master-subscription-agreement and Application Developer and API License
21 | Agreement https://www.zendesk.com/company/customers-partners/#application-developer-api-license-agreement and
22 | acknowledge that such terms govern Your use of and access to the Answer Bot Providers SDK.
23 |
24 | If You make any Contributions (defined below) to the Zendesk Answer Bot Providers SDK,
25 | You hereby grant Zendesk a royalty-free, worldwide, transferable, sub-licensable,
26 | irrevocable and perpetual license to incorporate into the Service or the Zendesk API
27 | or otherwise use and commercially exploit any Contributions. “Contribution” shall mean
28 | any work of authorship, including any modifications or additions to the Mobile SDK
29 | or derivative works thereof, that is submitted to Zendesk by You.
--------------------------------------------------------------------------------
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 | # Contributing
2 |
3 | This repository is used for hosting artifacts. We don't generally accept pull-requests, but if you have a suggestion we will review it and apply it to our internal repository.
4 |
5 | ## Feature requests
6 |
7 | If you are contributing a feature request, please submit it to the [SDK community](https://develop.zendesk.com/hc/en-us/community/topics/360000018828-Mobile-SDKs).
8 |
9 | ## Issues
10 |
11 | You can submit an issue by [using this form](https://support.zendesk.com/hc/en-us/requests/new), or by emailing [support@zendesk.com](mailto:support@zendesk.com).
12 |
13 | ### Writing Good Issue Reports and Feature Requests
14 |
15 | File a single issue per problem or feature request. The more information you provide, the more likely we'll be able to reproduce and fix the issue. Please provide as much of the following information as possible.
16 |
17 | #### Issue Description
18 |
19 | A clear and concise description of what the bug is.
20 |
21 | #### Reproduction Steps
22 |
23 | Steps to reproduce the behavior:
24 |
25 | 1. Go to '...'
26 | 2. Click on '....'
27 | 3. Scroll down to '....'
28 | 4. See error
29 |
30 | #### Expected Behaviour
31 |
32 | A clear and concise description of what you expected to happen.
33 |
34 | #### Screenshots
35 |
36 | If applicable, add screenshots to help explain your problem. Animated GIFs can be very helpful.
37 |
38 | #### Log Output
39 |
40 | Log output can be very helpful. Here are some links to show you how to enable our loggers:
41 |
42 | * [Support SDK](https://developer.zendesk.com/embeddables/docs/ios_support_sdk/debug)
43 |
44 | #### Implementation Details
45 |
46 | * Code snippets of how you have initialised the SDK
47 | * SDK type and version, e.g. Support SDK 2.3.1
48 | * The iOS version, and whether it happens on a device, a simulator, or both.
49 | * The Xcode version
50 | * Is the SDK view controller added as a child view controller in your application?
51 | * If possible, a small sample app that shows the issue happening.
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/data/documentation/answerbotproviderssdk/answerbotproviderssdkversionnumber.json:
--------------------------------------------------------------------------------
1 | {"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"extern"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"double","preciseIdentifier":"c:d"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","interfaceLanguage":"occ"},"abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"title":"AnswerBotProvidersSDKVersionNumber","roleHeading":"Global Variable","role":"symbol","symbolKind":"var","externalID":"c:@AnswerBotProvidersSDKVersionNumber","modules":[{"name":"AnswerBotProvidersSDK"}],"navigatorTitle":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}]},"hierarchy":{"paths":[["doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK"]]},"references":{"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK/AnswerBotProvidersSDKVersionNumber":{"role":"symbol","title":"AnswerBotProvidersSDKVersionNumber","fragments":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}],"identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","kind":"symbol","type":"topic","url":"\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber"},"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK":{"role":"collection","title":"AnswerBotProvidersSDK","abstract":[],"identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK","kind":"symbol","type":"topic","url":"\/documentation\/answerbotproviderssdk"}}}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.0/data/documentation/answerbotproviderssdk/answerbotproviderssdkversionnumber.json:
--------------------------------------------------------------------------------
1 | {"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"extern"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"double","preciseIdentifier":"c:d"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","interfaceLanguage":"occ"},"abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"title":"AnswerBotProvidersSDKVersionNumber","roleHeading":"Global Variable","role":"symbol","symbolKind":"var","externalID":"c:@AnswerBotProvidersSDKVersionNumber","modules":[{"name":"AnswerBotProvidersSDK"}],"navigatorTitle":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}]},"hierarchy":{"paths":[["doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK"]]},"references":{"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK":{"role":"collection","title":"AnswerBotProvidersSDK","abstract":[],"identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK","kind":"symbol","type":"topic","url":"\/documentation\/answerbotproviderssdk"},"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK/AnswerBotProvidersSDKVersionNumber":{"role":"symbol","title":"AnswerBotProvidersSDKVersionNumber","fragments":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}],"identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","kind":"symbol","type":"topic","url":"\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber"}}}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.1/data/documentation/answerbotproviderssdk/answerbotproviderssdkversionnumber.json:
--------------------------------------------------------------------------------
1 | {"abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}],"hierarchy":{"paths":[["doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK"]]},"kind":"symbol","metadata":{"roleHeading":"Global Variable","title":"AnswerBotProvidersSDKVersionNumber","modules":[{"name":"AnswerBotProvidersSDK"}],"fragments":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"symbolKind":"var","role":"symbol","externalID":"c:@AnswerBotProvidersSDKVersionNumber","navigatorTitle":[{"text":"AnswerBotProvidersSDKVersionNumber","kind":"identifier"}]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"text":"extern","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:d","text":"double"},{"text":" ","kind":"text"},{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"languages":["occ"]}]}],"identifier":{"url":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","interfaceLanguage":"occ"},"variants":[{"traits":[{"interfaceLanguage":"occ"}],"paths":["\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK":{"url":"\/documentation\/answerbotproviderssdk","identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK","kind":"symbol","type":"topic","abstract":[],"title":"AnswerBotProvidersSDK","role":"collection"},"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK/AnswerBotProvidersSDKVersionNumber":{"abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}],"kind":"symbol","type":"topic","role":"symbol","fragments":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"url":"\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber","title":"AnswerBotProvidersSDKVersionNumber","identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber"}}}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.2/data/documentation/answerbotproviderssdk/answerbotproviderssdkversionnumber.json:
--------------------------------------------------------------------------------
1 | {"kind":"symbol","abstract":[{"text":"Project version number for AnswerBotProvidersSDK.","type":"text"}],"metadata":{"fragments":[{"text":"AnswerBotProvidersSDKVersionNumber","kind":"identifier"}],"externalID":"c:@AnswerBotProvidersSDKVersionNumber","title":"AnswerBotProvidersSDKVersionNumber","symbolKind":"var","role":"symbol","roleHeading":"Global Variable","modules":[{"name":"AnswerBotProvidersSDK"}],"navigatorTitle":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}]},"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"interfaceLanguage":"occ","url":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber"},"variants":[{"traits":[{"interfaceLanguage":"occ"}],"paths":["\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"kind":"keyword","text":"extern"},{"kind":"text","text":" "},{"text":"double","kind":"typeIdentifier","preciseIdentifier":"c:d"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"languages":["occ"],"platforms":["iOS"]}],"kind":"declarations"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK"]]},"references":{"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK/AnswerBotProvidersSDKVersionNumber":{"kind":"symbol","fragments":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"title":"AnswerBotProvidersSDKVersionNumber","role":"symbol","identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","type":"topic","url":"\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber","abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}]},"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK":{"abstract":[],"title":"AnswerBotProvidersSDK","kind":"symbol","url":"\/documentation\/answerbotproviderssdk","type":"topic","role":"collection","identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK"}}}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.3/data/documentation/answerbotproviderssdk/answerbotproviderssdkversionnumber.json:
--------------------------------------------------------------------------------
1 | {"variants":[{"paths":["\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber"],"traits":[{"interfaceLanguage":"occ"}]}],"metadata":{"externalID":"c:@AnswerBotProvidersSDKVersionNumber","role":"symbol","navigatorTitle":[{"text":"AnswerBotProvidersSDKVersionNumber","kind":"identifier"}],"title":"AnswerBotProvidersSDKVersionNumber","modules":[{"name":"AnswerBotProvidersSDK"}],"roleHeading":"Global Variable","symbolKind":"var","fragments":[{"text":"AnswerBotProvidersSDKVersionNumber","kind":"identifier"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"extern","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"c:d","text":"double"},{"text":" ","kind":"text"},{"text":"AnswerBotProvidersSDKVersionNumber","kind":"identifier"}],"platforms":["iOS"],"languages":["occ"]}]}],"identifier":{"interfaceLanguage":"occ","url":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber"},"abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}],"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK"]]},"references":{"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK":{"type":"topic","kind":"symbol","url":"\/documentation\/answerbotproviderssdk","title":"AnswerBotProvidersSDK","identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK","abstract":[],"role":"collection"},"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK/AnswerBotProvidersSDKVersionNumber":{"url":"\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber","type":"topic","identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","kind":"symbol","title":"AnswerBotProvidersSDKVersionNumber","fragments":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"role":"symbol","abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}]}}}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/5.0.4/data/documentation/answerbotproviderssdk/answerbotproviderssdkversionnumber.json:
--------------------------------------------------------------------------------
1 | {"metadata":{"externalID":"c:@AnswerBotProvidersSDKVersionNumber","roleHeading":"Global Variable","title":"AnswerBotProvidersSDKVersionNumber","modules":[{"name":"AnswerBotProvidersSDK"}],"fragments":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"symbolKind":"var","role":"symbol","navigatorTitle":[{"text":"AnswerBotProvidersSDKVersionNumber","kind":"identifier"}]},"sections":[],"abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}],"variants":[{"traits":[{"interfaceLanguage":"occ"}],"paths":["\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK"]]},"identifier":{"url":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","interfaceLanguage":"occ"},"primaryContentSections":[{"declarations":[{"languages":["occ"],"tokens":[{"text":"extern","kind":"keyword"},{"kind":"text","text":" "},{"text":"double","kind":"typeIdentifier","preciseIdentifier":"c:d"},{"text":" ","kind":"text"},{"text":"AnswerBotProvidersSDKVersionNumber","kind":"identifier"}],"platforms":["iOS"]}],"kind":"declarations"}],"kind":"symbol","references":{"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK":{"title":"AnswerBotProvidersSDK","kind":"symbol","url":"\/documentation\/answerbotproviderssdk","abstract":[],"role":"collection","identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK","type":"topic"},"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK/AnswerBotProvidersSDKVersionNumber":{"identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","fragments":[{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"type":"topic","kind":"symbol","title":"AnswerBotProvidersSDKVersionNumber","role":"symbol","url":"\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber","abstract":[{"text":"Project version number for AnswerBotProvidersSDK.","type":"text"}]}}}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/6.0.0/data/documentation/answerbotproviderssdk/answerbotproviderssdkversionnumber.json:
--------------------------------------------------------------------------------
1 | {"variants":[{"paths":["\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber"],"traits":[{"interfaceLanguage":"occ"}]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"role":"symbol","navigatorTitle":[{"text":"AnswerBotProvidersSDKVersionNumber","kind":"identifier"}],"title":"AnswerBotProvidersSDKVersionNumber","modules":[{"name":"AnswerBotProvidersSDK"}],"symbolKind":"var","externalID":"c:@AnswerBotProvidersSDKVersionNumber","fragments":[{"text":"AnswerBotProvidersSDKVersionNumber","kind":"identifier"}],"roleHeading":"Global Variable"},"sections":[],"identifier":{"url":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","interfaceLanguage":"occ"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK"]]},"abstract":[{"type":"text","text":"Project version number for AnswerBotProvidersSDK."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"text":"extern","kind":"keyword"},{"kind":"text","text":" "},{"kind":"typeIdentifier","preciseIdentifier":"c:d","text":"double"},{"kind":"text","text":" "},{"kind":"identifier","text":"AnswerBotProvidersSDKVersionNumber"}],"languages":["occ"]}]}],"references":{"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK":{"abstract":[],"title":"AnswerBotProvidersSDK","role":"collection","identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK","url":"\/documentation\/answerbotproviderssdk","type":"topic","kind":"symbol"},"doc://com.zendesk.AnswerBotProvidersSDK/documentation/AnswerBotProvidersSDK/AnswerBotProvidersSDKVersionNumber":{"type":"topic","role":"symbol","kind":"symbol","abstract":[{"text":"Project version number for AnswerBotProvidersSDK.","type":"text"}],"title":"AnswerBotProvidersSDKVersionNumber","url":"\/documentation\/answerbotproviderssdk\/answerbotproviderssdkversionnumber","identifier":"doc:\/\/com.zendesk.AnswerBotProvidersSDK\/documentation\/AnswerBotProvidersSDK\/AnswerBotProvidersSDKVersionNumber","fragments":[{"text":"AnswerBotProvidersSDKVersionNumber","kind":"identifier"}]}}}
--------------------------------------------------------------------------------
/docs/AnswerBotProvidersSDK/4.0.0/js/highlight-js-xml.9c3688c7.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * This source file is part of the Swift.org open source project
3 | *
4 | * Copyright (c) 2021 Apple Inc. and the Swift project authors
5 | * Licensed under Apache License v2.0 with Runtime Library Exception
6 | *
7 | * See https://swift.org/LICENSE.txt for license information
8 | * See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9 | */
10 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-xml"],{"8dcb":function(e,n){function a(e){const n=e.regex,a=n.concat(/[A-Z_]/,n.optional(/[A-Z0-9_.-]*:/),/[A-Z0-9_.-]*/),s=/[A-Za-z0-9._:-]+/,t={className:"symbol",begin:/&[a-z]+;|[0-9]+;|[a-f0-9]+;/},i={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},c=e.inherit(i,{begin:/\(/,end:/\)/}),l=e.inherit(e.APOS_STRING_MODE,{className:"string"}),r=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),g={endsWithParent:!0,illegal:/,relevance:0,contains:[{className:"attr",begin:s,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[t]},{begin:/'/,end:/'/,contains:[t]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,contains:[{className:"meta",begin://,relevance:10,contains:[i,r,l,c,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin://,contains:[i,c,r,l]}]}]},e.COMMENT(//,{relevance:10}),{begin://,relevance:10},t,{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag",begin:/