Glad App iOS SDK
-
Gladly is an API that allow an app to embedd Gladly chat and control it’s behaviour.
This class acts as a singleton for the Gladly instance. No more then one instance can be created at any time.
See moreDeclaration
Swift
public class Gladly
-
Delegate protocol for events related to chat.
See moreDeclaration
Swift
public protocol GladlyChatDisplayDelegate : AnyObject
-
Errors that can be thrown from API calls
See moreDeclaration
Swift
public enum GladlyError : Error
extension GladlyError: LocalizedError
-
MessageEvent contains information about the received message.
See moreDeclaration
Swift
public class GladlyMessageEvent
-
Delegate protocol for events related to notifications.
See moreDeclaration
Swift
public protocol GladlyNotificationDelegate : AnyObject
-
GladAppSettings contains configuration options that can be passed when initializing Gladly.
See moreDeclaration
Swift
public struct GladlySettings
-
GladlySettings errors that can be thrown.
See moreDeclaration
Swift
public enum GladlySettingsError : Error
-
Delegate protocol for events related to the number of unread messages.
See moreDeclaration
Swift
public protocol GladlyUnreadCountDelegate : AnyObject
-
Describes the user of Gladly
See moreDeclaration
Swift
public struct GladlyUser : Codable, Equatable
-
The UI values that can be configured
See moreDeclaration
Swift
public struct UIConfiguration
-
UI Configuration errors that can be thrown
See moreDeclaration
Swift
public enum UIConfigurationError : Error
-
UI Configuration for the Glad App header
See moreDeclaration
Swift
public struct UIHeaderConfiguration