BETextInputDelegate
A delegate protocol that a browser text view uses to notify the text system of changes.
Declaration
protocol BETextInputDelegateMentioned in
Overview
You don’t conform to BETextInputDelegate in your classes, or implement its methods. The system creates objects that conform to this protocol and sets them as the asyncInputDelegate on your browser’s custom text views.