Flutter macOS Embedder
TestFlutterAppLifecycleDelegate Class Reference
Inheritance diagram for TestFlutterAppLifecycleDelegate:
<FlutterAppLifecycleDelegate>

Properties

NSNotification * lastNotification
 

Additional Inherited Members

- Instance Methods inherited from <FlutterAppLifecycleDelegate>
(void) - handleWillFinishLaunching:
 
(void) - handleDidFinishLaunching:
 
(void) - handleWillBecomeActive:
 
(void) - handleDidBecomeActive:
 
(void) - handleWillResignActive:
 
(void) - handleDidResignActive:
 
(void) - handleWillHide:
 
(void) - handleDidHide:
 
(void) - handleWillUnhide:
 
(void) - handleDidUnhide:
 
(void) - handleDidChangeScreenParameters:
 
(void) - handleDidChangeOcclusionState:
 
(BOOL) - handleOpenURLs:
 
(void) - handleWillTerminate:
 

Detailed Description

Definition at line 10 of file FlutterAppLifecycleDelegateTest.mm.

Property Documentation

◆ lastNotification

- (NSNotification*) lastNotification
readwritenonatomicassign

Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.

Referenced by flutter::testing::TEST().


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