Flutter iOS Embedder
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 27 of file FlutterTextInputDelegate.h.

27  {
28  FlutterFloatingCursorDragStateStart,
29  FlutterFloatingCursorDragStateUpdate,
30  FlutterFloatingCursorDragStateEnd,
31 };

◆ NS_ENUM() [2/2]

typedef NS_ENUM ( NSInteger  ,
FlutterTextInputAction   
)

Definition at line 13 of file FlutterTextInputDelegate.h.

13  {
14  FlutterTextInputActionUnspecified,
15  FlutterTextInputActionDone,
16  FlutterTextInputActionGo,
17  FlutterTextInputActionSend,
18  FlutterTextInputActionSearch,
19  FlutterTextInputActionNext,
20  FlutterTextInputActionContinue,
21  FlutterTextInputActionJoin,
22  FlutterTextInputActionRoute,
23  FlutterTextInputActionEmergencyCall,
24  FlutterTextInputActionNewline,
25 };