Flutter iOS Embedder
FlutterViewController_Internal.h File Reference

Go to the source code of this file.

Namespaces

 flutter
 

Typedefs

typedef void(^ FlutterKeyboardAnimationCallback) (fml::TimePoint)
 

Functions

typedef NS_ENUM (NSInteger, FlutterKeyboardMode)
 

Variables

FLUTTER_DARWIN_EXPORT const NSNotificationName FlutterViewControllerWillDealloc
 
FLUTTER_DARWIN_EXPORT const NSNotificationName FlutterViewControllerHideHomeIndicator
 
FLUTTER_DARWIN_EXPORT const NSNotificationName FlutterViewControllerShowHomeIndicator
 

Typedef Documentation

◆ FlutterKeyboardAnimationCallback

typedef void(^ FlutterKeyboardAnimationCallback) (fml::TimePoint)

Definition at line 42 of file FlutterViewController_Internal.h.

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
FlutterKeyboardMode   
)

Definition at line 34 of file FlutterViewController_Internal.h.

34  {
35  // NOLINTBEGIN(readability-identifier-naming)
36  FlutterKeyboardModeHidden = 0,
37  FlutterKeyboardModeDocked = 1,
38  FlutterKeyboardModeFloating = 2,
39  // NOLINTEND(readability-identifier-naming)
40 };

Variable Documentation

◆ FlutterViewControllerHideHomeIndicator

FLUTTER_DARWIN_EXPORT const NSNotificationName FlutterViewControllerHideHomeIndicator

Definition at line 44 of file FlutterViewController.mm.

◆ FlutterViewControllerShowHomeIndicator

FLUTTER_DARWIN_EXPORT const NSNotificationName FlutterViewControllerShowHomeIndicator

Definition at line 46 of file FlutterViewController.mm.

◆ FlutterViewControllerWillDealloc

FLUTTER_DARWIN_EXPORT const NSNotificationName FlutterViewControllerWillDealloc

Definition at line 43 of file FlutterViewController.mm.