Flutter Engine
 
Loading...
Searching...
No Matches
AppDelegate Class Reference

#include <AppDelegate.h>

Inheritance diagram for AppDelegate:
FlutterAppDelegate <FlutterAppLifecycleProvider>

Instance Methods

(nullable FlutterEngine *) - takeLaunchEngine
 
- Instance Methods inherited from <FlutterAppLifecycleProvider>
(void) - addApplicationLifecycleDelegate:
 
(void) - removeApplicationLifecycleDelegate:
 

Properties

UIWindow * window
 
NSObject< FlutterPluginRegistrant > * pluginRegistrant
 
FlutterEnginemockLaunchEngine
 
- Properties inherited from FlutterAppDelegate
FlutterAppLifeCycleProvider UIWindow * window
 
NSObject< FlutterPluginRegistrant > * pluginRegistrant
 
IBOutlet NSMenu * applicationMenu
 
IBOutlet NSWindow * mainFlutterWindow
 
FlutterViewController *(^ rootFlutterViewControllerGetter )(void)
 
FlutterPluginAppLifeCycleDelegatelifeCycleDelegate
 

Additional Inherited Members

- Protected Attributes inherited from FlutterAppDelegate
 : UIResponder <UIApplicationDelegate
 
 FlutterPluginRegistry
 

Detailed Description

Definition at line 13 of file AppDelegate.h.

Method Documentation

◆ takeLaunchEngine

- (FlutterEngine *) takeLaunchEngine

Definition at line 1 of file AppDelegate.m.

33 {
34 // This is just served up for tests and doesn't actually take ownership.
35 return _mockLaunchEngine;
36}

Property Documentation

◆ mockLaunchEngine

- (FlutterEngine*) mockLaunchEngine
readwritenonatomicstrong

The FlutterEngine that will be served by takeLaunchEngine.

Definition at line 21 of file AppDelegate.h.

◆ pluginRegistrant

- (NSObject<FlutterPluginRegistrant>*) pluginRegistrant
readwritenonatomicstrong

Definition at line 18 of file AppDelegate.h.

◆ window

- (UIWindow*) window
readwritenonatomicstrong

Definition at line 15 of file AppDelegate.h.


The documentation for this class was generated from the following files: