Protocols
The following protocols are available globally.
-
AttachmentManagerDataSource is a protocol to passes data to the AttachmentManager
See moreDeclaration
Swift
public protocol AttachmentManagerDataSource : AnyObject
-
AttachmentManagerDelegate is a protocol that can recieve notifications from the AttachmentManager
See moreDeclaration
Swift
public protocol AttachmentManagerDelegate : AnyObject
-
AutocompleteManagerDataSource is a protocol that passes data to the AutocompleteManager
See moreDeclaration
Swift
public protocol AutocompleteManagerDataSource : AnyObject
-
AutocompleteManagerDelegate is a protocol that more precisely define AutocompleteManager logic
See moreDeclaration
Swift
public protocol AutocompleteManagerDelegate : AnyObject
-
InputBarAccessoryViewDelegate is a protocol that can recieve notifications from the InputBarAccessoryView
See moreDeclaration
Swift
public protocol InputBarAccessoryViewDelegate : AnyObject
-
InputItem is a protocol that links elements to the InputBarAccessoryView to make them reactive
See moreDeclaration
Swift
public protocol InputItem : AnyObject
-
See moreInputPlugin
is a protocol that makes integrating plugins to theInputBarAccessoryView
easy.Declaration
Swift
public protocol InputPlugin : AnyObject