Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
<FlutterAppLifeCycleProvider> Protocol Reference

#include <FlutterPlugin.h>

Inheritance diagram for <FlutterAppLifeCycleProvider>:

Instance Methods

(void) - addApplicationLifeCycleDelegate:
 

Detailed Description

Implement this in the UIAppDelegate of your app to enable Flutter plugins to register themselves to the application life cycle events.

For plugins to receive events from UNUserNotificationCenter, register this as the UNUserNotificationCenterDelegate.

Definition at line 436 of file FlutterPlugin.h.

Method Documentation

◆ addApplicationLifeCycleDelegate:

- (void) addApplicationLifeCycleDelegate: (NSObject< FlutterApplicationLifeCycleDelegate > *)  delegate

Called when registering a new FlutterApplicaitonLifeCycleDelegate.

See also: -[FlutterAppDelegate addApplicationLifeCycleDelegate:]


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