Protocols

The following protocols are available globally.

  • AttachmentManagerDataSource is a protocol to passes data to the AttachmentManager

    See more

    Declaration

    Swift

    public protocol AttachmentManagerDataSource : AnyObject
  • AttachmentManagerDelegate is a protocol that can recieve notifications from the AttachmentManager

    See more

    Declaration

    Swift

    public protocol AttachmentManagerDelegate : AnyObject
  • AutocompleteManagerDataSource is a protocol that passes data to the AutocompleteManager

    See more

    Declaration

    Swift

    public protocol AutocompleteManagerDataSource : AnyObject
  • AutocompleteManagerDelegate is a protocol that more precisely define AutocompleteManager logic

    See more

    Declaration

    Swift

    public protocol AutocompleteManagerDelegate : AnyObject
  • InputBarAccessoryViewDelegate is a protocol that can recieve notifications from the InputBarAccessoryView

    See more

    Declaration

    Swift

    public protocol InputBarAccessoryViewDelegate : AnyObject
  • InputItem is a protocol that links elements to the InputBarAccessoryView to make them reactive

    See more

    Declaration

    Swift

    public protocol InputItem : AnyObject
  • InputPlugin is a protocol that makes integrating plugins to the InputBarAccessoryView easy.

    See more

    Declaration

    Swift

    public protocol InputPlugin : AnyObject