Protocols

The following protocols are available globally.

  • A protocol that defines the delegate methods for the KindlyChatClient.

    See more

    Declaration

    Swift

    public protocol KindlyChatClientDelegate : NSObject
  • Protocol defining the color theme for the Kindly Chat UI. Implement this protocol to provide a fully custom theme, or use CustomTheme for partial overrides.

    See more

    Declaration

    Swift

    public protocol Theme