Classes
The following classes are available globally.
-
A lightweight promise implementation for asynchronous operations. Used by SDK methods like
See moreendChat(),setLanguage(), andkill()which returnPromise<Void>. Chain results with.then { }and handle errors with.catch { }.Declaration
Swift
public class Promise<T> -
iOS SDK for connecting and interacting with the Kindly Chat API.
See moreDeclaration
Swift
public final class KindlyChatClient : Loggable -
Handles push notification presentation and user interaction for the Kindly SDK. Set as
See moreUNUserNotificationCenter.current().delegateto let the SDK process Kindly notifications.Declaration
Swift
public class NotificationDelegate : NSObject, UNUserNotificationCenterDelegate -
Manager for typing events
See moreDeclaration
Swift
public final class TypingEventManager -
A central class to manage Theme support.
See moreDeclaration
Swift
public final class ThemeManager
View on GitHub
Classes Reference