Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Functions
FlutterTextInputDelegate.h File Reference
import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

protocol  <FlutterTextInputDelegate>
 

Functions

typedef NS_ENUM (NSInteger, FlutterTextInputAction)
 
typedef NS_ENUM (NSInteger, FlutterFloatingCursorDragState)
 

Function Documentation

◆ NS_ENUM() [1/2]

typedef NS_ENUM ( NSInteger  ,
FlutterFloatingCursorDragState   
)

Definition at line 29 of file FlutterTextInputDelegate.h.

29 {
30 // NOLINTBEGIN(readability-identifier-naming)
31 FlutterFloatingCursorDragStateStart,
32 FlutterFloatingCursorDragStateUpdate,
33 FlutterFloatingCursorDragStateEnd,
34 // NOLINTEND(readability-identifier-naming)
35};

◆ NS_ENUM() [2/2]

typedef NS_ENUM ( NSInteger  ,
FlutterTextInputAction   
)

Definition at line 13 of file FlutterTextInputDelegate.h.

13 {
14 // NOLINTBEGIN(readability-identifier-naming)
15 FlutterTextInputActionUnspecified,
16 FlutterTextInputActionDone,
17 FlutterTextInputActionGo,
18 FlutterTextInputActionSend,
19 FlutterTextInputActionSearch,
20 FlutterTextInputActionNext,
21 FlutterTextInputActionContinue,
22 FlutterTextInputActionJoin,
23 FlutterTextInputActionRoute,
24 FlutterTextInputActionEmergencyCall,
25 FlutterTextInputActionNewline,
26 // NOLINTEND(readability-identifier-naming)
27};