#include <FlutterPluginAppLifeCycleDelegate_internal.h>
◆ handleDidBecomeActive:
| - (void) handleDidBecomeActive: |
|
("Disallowed in app extensions") |
NS_EXTENSION_UNAVAILABLE_IOS |
|
◆ handleDidEnterBackground:
| - (void) handleDidEnterBackground: |
|
("Disallowed in app extensions") |
NS_EXTENSION_UNAVAILABLE_IOS |
|
◆ handleWillEnterForeground:
| - (void) handleWillEnterForeground: |
|
("Disallowed in app extensions") |
NS_EXTENSION_UNAVAILABLE_IOS |
|
◆ handleWillResignActive:
| - (void) handleWillResignActive: |
|
("Disallowed in app extensions") |
NS_EXTENSION_UNAVAILABLE_IOS |
|
◆ handleWillTerminate:
| - (void) handleWillTerminate: |
|
("Disallowed in app extensions") |
NS_EXTENSION_UNAVAILABLE_IOS |
|
◆ hasPluginThatRespondsToSelector:
| - (BOOL) hasPluginThatRespondsToSelector: |
|
(SEL) |
selector |
|
Check whether there is at least one plugin responds to the selector.
◆ isSelectorAddedDynamically:
| - (BOOL) isSelectorAddedDynamically: |
|
(SEL) |
selector |
|
Check whether the selector should be handled dynamically.
◆ sceneDidBecomeActiveFallback
| - (void) sceneDidBecomeActiveFallback |
|
|
|
Forwards the application equivalent lifecycle event of sceneDidBecomeActive: -> applicationDidBecomeActive: to plugins that have not adopted the FlutterSceneLifeCycleDelegate protocol.
◆ sceneDidEnterBackgroundFallback
| - (void) sceneDidEnterBackgroundFallback |
|
|
|
Forwards the application equivalent lifecycle event of sceneDidEnterBackground: -> applicationDidEnterBackground: to plugins that have not adopted the FlutterSceneLifeCycleDelegate protocol.
◆ sceneFallbackContinueUserActivity:
| - (BOOL) sceneFallbackContinueUserActivity: |
|
(NSUserActivity *) |
userActivity |
|
Forwards the application equivalent lifecycle event of scene:continueUserActivity: -> application:continueUserActivity:restorationHandler: to plugins that have not adopted the FlutterSceneLifeCycleDelegate protocol.
◆ sceneFallbackDidFinishLaunchingApplication:
| - (void) sceneFallbackDidFinishLaunchingApplication: |
|
(UIApplication *) |
application |
|
Forwards the application:didFinishLaunchingWithOptions: lifecycle event to plugins if they have not received it yet. This compensates for the UIScene migration, which causes storyboards (and thus the plugin registration via FlutterImplicitEngineDelegate) to be instantiated after the application launch events.
◆ sceneFallbackOpenURLContexts:
| - (BOOL) sceneFallbackOpenURLContexts: |
|
(NSSet< UIOpenURLContext * > *) |
URLContexts |
|
Forwards the application equivalent lifecycle event of scene:openURLContexts: -> application:openURL:options:completionHandler: to plugins that have not adopted the FlutterSceneLifeCycleDelegate protocol.
◆ sceneFallbackPerformActionForShortcutItem:completionHandler:
| - (BOOL) sceneFallbackPerformActionForShortcutItem: |
|
(UIApplicationShortcutItem *) |
shortcutItem |
| completionHandler: |
|
(void(^)(BOOL succeeded)) |
completionHandler |
|
|
| |
Forwards the application equivalent lifecycle event of windowScene:performActionForShortcutItem:completionHandler: -> application:performActionForShortcutItem:completionHandler: to plugins that have not adopted the FlutterSceneLifeCycleDelegate protocol.
◆ sceneFallbackWillFinishLaunchingApplication:
| - (void) sceneFallbackWillFinishLaunchingApplication: |
|
(UIApplication *) |
application |
|
Forwards the application:willFinishLaunchingWithOptions: lifecycle event to plugins if they have not received it yet. This compensates for the UIScene migration, which causes storyboards (and thus the plugin registration via FlutterImplicitEngineDelegate) to be instantiated after the application launch events.
◆ sceneWillConnectFallback:
| - (BOOL) sceneWillConnectFallback: |
|
(UISceneConnectionOptions *) |
connectionOptions |
|
Forwards the application equivalent lifecycle event of scene:willConnectToSession:options: -> application:didFinishLaunchingWithOptions: to plugins that have not adopted the FlutterSceneLifeCycleDelegate protocol.
◆ sceneWillEnterForegroundFallback
| - (void) sceneWillEnterForegroundFallback |
|
|
|
Forwards the application equivalent lifecycle event of sceneWillEnterForeground: -> applicationWillEnterForeground: to plugins that have not adopted the FlutterSceneLifeCycleDelegate protocol.
◆ sceneWillResignActiveFallback
| - (void) sceneWillResignActiveFallback |
|
|
|
Forwards the application equivalent lifecycle event of sceneWillResignActive: -> applicationWillResignActive: to plugins that have not adopted the FlutterSceneLifeCycleDelegate protocol.
◆ didForwardApplicationDidLaunch
| - (BOOL) didForwardApplicationDidLaunch |
|
readwritenonatomicassign |
◆ didForwardApplicationWillLaunch
| - (BOOL) didForwardApplicationWillLaunch |
|
readwritenonatomicassign |
The documentation for this category was generated from the following files: