Jump to Content
Kustomer Chat SDKsAbout Kustomer Chat SDKsWeb SDKiOS SDKAndroid SDKReact Native SDK
GuidesRecipesChangelog
About Kustomer Chat SDKsWeb SDKiOS SDKAndroid SDKReact Native SDKLog InKustomer Help CenterKustomer Chat SDKs
Guides
Log InKustomer Help Center
GuidesRecipesChangelog

Get started

  • Requirements
  • Installation
  • Quick start: Chat SDK for iOS
  • Troubleshooting
  • Changelog

Use the Chat iOS SDK

  • Overview: iOS SDK
  • Configuration
  • Open the chat UI
  • Log in and authentication
  • Log out
  • Localization
  • Customize colors
  • Push keys and certificates
  • Push notifications
  • Use the SDK with Objective-C
  • Read receipts

Chat UI Guides

  • Overview: Chat UI
  • Is chat available?
  • Is chat UI visible?
  • Start new conversation
  • Open conversation by id
  • Open conversational assistant by id
  • Open knowledge base article by id
  • Describe Customer
  • Describe Conversation
  • Observe unread count
  • Observe active conversations
  • Close the chat UI

Build your own UI

  • Build your own UI
  • Work with conversational assistants (chatbots)
  • Work with the knowledge base
  • Message template types

Swift API Reference

  • Classes
    • ChatProvider
    • KBProvider
    • KUSAssistant
    • KUSChatAttachment
    • KUSChatMessage
    • KUSConversation
    • KUSCustomer
    • KUSKBArticle
    • KUSKBCategory
    • KUSUser
    • KustomerClient
    • KustomerOptions
    • PushProvider
    • Settings
  • Enumerations
    • KError
    • KustomerConfigurationError
    • KustomerLanguage
    • KustomerUI.Color
  • Protocols
    • KUSKBItemBase
    • KUSChatListener
  • Structures
    • KUSMessageAction
    • KUSMLLNode
    • KUSKBDeflectResult

KustomerConfigurationError

KError Enumerations reference for Kustomer Chat iOS Core API .

Suggest Edits

These errors can be returned to the optional callback parameter of configure(apiKey:options:launchOptions)

notEnoughDiskSpace

Not enough disk space to initialize the SDK.

Updated almost 4 years ago


  • Table of Contents
    • notEnoughDiskSpace