#include <FlutterSceneLifeCycle.h>
Instance Methods | |
| (void) | - scene:willConnectToSession:options: |
| (void) | - sceneDidDisconnect: |
| (void) | - sceneWillEnterForeground: |
| (void) | - sceneDidBecomeActive: |
| (void) | - sceneWillResignActive: |
| (void) | - sceneDidEnterBackground: |
| (void) | - scene:openURLContexts: |
| (void) | - scene:continueUserActivity: |
| (void) | - windowScene:performActionForShortcutItem:completionHandler: |
| (void) | - updateFlutterManagedEnginesInScene: |
| (void) | - scene:willConnectToSession:flutterEngine:options: |
| (NSArray *) | - allEngines |
Instance Methods inherited from <FlutterSceneLifeCycleEngineRegistration> | |
| (BOOL) | - registerSceneLifeCycleWithFlutterEngine: |
| (BOOL) | - unregisterSceneLifeCycleWithFlutterEngine: |
Properties | |
| UISceneConnectionOptions * | connectionOptions |
| NSPointerArray * | flutterManagedEngines |
| NSPointerArray * | developerManagedEngines |
Forwards UISceneDelegate and UIWindowSceneDelegate callbacks to plugins that register for them.
This class is responsible for receiving UISceneDelegate and UIWindowSceneDelegate callbacks and forwarding them to any plugins.
Definition at line 149 of file FlutterSceneLifeCycle.h.
| - (NSArray *) allEngines |
Provided by category FlutterPluginSceneLifeCycleDelegate(Test).
| - (void) scene: | (UIScene*) | scene | |
| continueUserActivity: | (NSUserActivity*) | userActivity | |
Calls all plugins registered for UIWindowScene callbacks in order of registration until a plugin handles the request.
Definition at line 36 of file FlutterSceneLifeCycle.mm.
| - (void) scene: | (UIScene*) | scene | |
| openURLContexts: | (NSSet<UIOpenURLContext*>*) | URLContexts | |
Calls all plugins registered for UIWindowScene callbacks in order of registration until a plugin handles the request.
Definition at line 36 of file FlutterSceneLifeCycle.mm.
| - (void) scene: | (UIScene *) | scene | |
| willConnectToSession: | (UISceneSession *) | session | |
| flutterEngine: | (FlutterEngine *) | engine | |
| options: | (UISceneConnectionOptions *) | connectionOptions | |
Provided by category FlutterPluginSceneLifeCycleDelegate(Test).
| - (void) scene: | (UIScene*) | scene | |
| willConnectToSession: | (UISceneSession*) | session | |
| options: | (UISceneConnectionOptions*) | connectionOptions | |
Calls all plugins registered for UIWindowScene callbacks in order of registration until a plugin handles the request.
Definition at line 36 of file FlutterSceneLifeCycle.mm.
| - (void) sceneDidBecomeActive: | (UIScene*) | scene |
Definition at line 36 of file FlutterSceneLifeCycle.mm.
| - (void) sceneDidDisconnect: | (UIScene*) | scene |
Definition at line 36 of file FlutterSceneLifeCycle.mm.
| - (void) sceneDidEnterBackground: | (UIScene*) | scene |
Definition at line 36 of file FlutterSceneLifeCycle.mm.
| - (void) sceneWillEnterForeground: | (UIScene*) | scene |
Definition at line 36 of file FlutterSceneLifeCycle.mm.
| - (void) sceneWillResignActive: | (UIScene*) | scene |
Definition at line 36 of file FlutterSceneLifeCycle.mm.
| - (void) updateFlutterManagedEnginesInScene: | (UIScene *) | scene |
Provided by category FlutterPluginSceneLifeCycleDelegate(Test).
| - (void) windowScene: | (UIWindowScene*) | windowScene | |
| performActionForShortcutItem: | (UIApplicationShortcutItem*) | shortcutItem | |
| completionHandler: | (void(^)(BOOL succeeded)) | completionHandler | |
Calls all plugins registered for UIWindowScene callbacks in order of registration until a plugin handles the request.
Definition at line 36 of file FlutterSceneLifeCycle.mm.
|
readwritenonatomicstrong |
Provided by category FlutterPluginSceneLifeCycleDelegate(Test).
Definition at line 13 of file FlutterSceneLifeCycle_Test.h.
|
readwritenonatomicstrong |
Provided by category FlutterPluginSceneLifeCycleDelegate(Test).
Definition at line 15 of file FlutterSceneLifeCycle_Test.h.
|
readwritenonatomicstrong |
Provided by category FlutterPluginSceneLifeCycleDelegate(Test).
Definition at line 14 of file FlutterSceneLifeCycle_Test.h.