![]() |
Flutter Engine
The Flutter Engine
|
Instance Methods | |
(BOOL) | - hasDelegate: |
(void) | - addApplicationLifecycleDelegate: [implementation] |
(void) | - removeApplicationLifecycleDelegate: [implementation] |
(void) | - addApplicationLifecycleDelegate: |
(void) | - removeApplicationLifecycleDelegate: |
Properties | |
NSPointerArray * | registeredDelegates |
Definition at line 71 of file FlutterEngineTest.mm.
|
implementation |
Adds an object implementing |FlutterAppLifecycleDelegate| to the list of delegates to be informed of application lifecycle events.
Reimplemented from <FlutterAppLifecycleProvider>.
Definition at line 73 of file FlutterEngineTest.mm.
- (BOOL) hasDelegate: | (nonnull NSObject<FlutterAppLifecycleDelegate>*) | delegate |
Definition at line 73 of file FlutterEngineTest.mm.
|
implementation |
Removes an object implementing |FlutterAppLifecycleDelegate| to the list of delegates to be informed of application lifecycle events.
Reimplemented from <FlutterAppLifecycleProvider>.
Definition at line 73 of file FlutterEngineTest.mm.
|
readnonatomicstrong |
Definition at line 73 of file FlutterEngineTest.mm.