Flutter Engine
 
Loading...
Searching...
No Matches
FlutterAppDelegate() Category Reference

#include <FlutterAppDelegate_Internal.h>

Instance Methods

(nullable FlutterEngine *) - takeLaunchEngine
 
(NSString *) - applicationName
 

Protected Attributes

__weak NSObject< FlutterPluginRegistrant > * _weakRegistrant
 
NSObject< FlutterPluginRegistrant > * _strongRegistrant
 

Properties

FlutterViewController *(^ rootFlutterViewControllerGetter )(void)
 
FlutterPluginAppLifeCycleDelegatelifeCycleDelegate
 
FlutterLaunchEnginelaunchEngine
 
FlutterAppLifecycleRegistrarlifecycleRegistrar
 
FlutterEngineTerminationHandlerterminationHandler
 

Detailed Description

Definition at line 23 of file FlutterAppDelegate.mm.

Method Documentation

◆ applicationName

- (NSString *) applicationName

Returns the display name of the application as set in the Info.plist.

◆ takeLaunchEngine

- (nullable FlutterEngine *) takeLaunchEngine

Member Data Documentation

◆ _strongRegistrant

- (NSObject<FlutterPluginRegistrant>*) _strongRegistrant
protected

Definition at line 25 of file FlutterAppDelegate.mm.

◆ _weakRegistrant

- (__weak NSObject<FlutterPluginRegistrant>*) _weakRegistrant
protected

Definition at line 24 of file FlutterAppDelegate.mm.

Property Documentation

◆ launchEngine

- (FlutterLaunchEngine*) launchEngine
readwritenonatomicstrong

Definition at line 29 of file FlutterAppDelegate.mm.

◆ lifeCycleDelegate

- (FlutterPluginAppLifeCycleDelegate *) lifeCycleDelegate
readwritenonatomicassign

Definition at line 28 of file FlutterAppDelegate.mm.

◆ lifecycleRegistrar

- (FlutterAppLifecycleRegistrar*) lifecycleRegistrar
readwritenonatomicassign

Definition at line 22 of file FlutterAppDelegate.mm.

◆ rootFlutterViewControllerGetter

- (FlutterViewController *(^ rootFlutterViewControllerGetter) (void))
readwritenonatomiccopy

◆ terminationHandler

- (FlutterEngineTerminationHandler*) terminationHandler
readwriteatomicweak

Holds a weak reference to the termination handler owned by the engine. Called by the |FlutterApplication| when termination is requested by the OS.

Definition at line 17 of file FlutterAppDelegate_Internal.h.


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