Flutter macOS Embedder
FlutterAppDelegate() Category Reference

#import <FlutterAppDelegate_Internal.h>

Instance Methods

(NSString *) - applicationName
 

Properties

FlutterAppLifecycleRegistrarlifecycleRegistrar
 
FlutterEngineTerminationHandlerterminationHandler
 

Detailed Description

Definition at line 15 of file FlutterAppDelegate.mm.

Method Documentation

◆ applicationName

- (NSString*) applicationName

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

Property Documentation

◆ lifecycleRegistrar

- (FlutterAppLifecycleRegistrar*) lifecycleRegistrar
readwritenonatomicassign

Definition at line 22 of file FlutterAppDelegate.mm.

◆ 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: