Contents

BETextInputDelegate

A delegate protocol that a browser text view uses to notify the text system of changes.

Declaration

protocol BETextInputDelegate

Mentioned 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.

Topics

Text selection

Deferring actions to the text system

Providing completion suggestions

Removing stored context information

See Also

Custom text views