Flutter Engine
The Flutter Engine
|
Properties | |
NSNotification * | lastNotification |
Definition at line 10 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationDidBecomeActive notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationDidUnhide notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationDidFinishLaunching notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationDidHide notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationWillResignActive notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationDidUnhide notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationWillBecomeActive notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationWillFinishLaunching notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationWillHide notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationWillResignActive notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationWillTerminate notification.
Applications should not rely on always receiving all possible notifications.
For example, if the application is killed with a task manager, a kill signal, the user pulls the power from the device, or there is a rapid unscheduled disassembly of the device, no notification will be sent before the application is suddenly terminated, and this notification may be skipped.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the applicationWillUnhide notification.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
implementation |
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.
|
readwritenonatomicassign |
Definition at line 11 of file FlutterAppLifecycleDelegateTest.mm.