Events

public class Events

The class to configure events closures for Chat Composite.

  • Closure to execute when error event occurs inside Chat Composite.

    Declaration

    Swift

    public var onError: ((ChatCompositeError) -> Void)?