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