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

Is chat UI visible?

Checks if your chat UI is visible.

Suggest Edits

Check if your chat UI is currently visible (open or closed).

Kustomer.isVisible

Updated about 1 year ago