#import <SceneDelegate.h>
Definition at line 10 of file SceneDelegate.h.
◆ scene:willConnectToSession:options:
- (void) scene: |
|
(UIScene*) |
scene |
willConnectToSession: |
|
(UISceneSession*) |
session |
options: |
|
(UISceneConnectionOptions*) |
connectionOptions |
|
|
| |
|
implementation |
Definition at line 1 of file SceneDelegate.m.
13 :(UIScene*)scene
14 willConnectToSession:(UISceneSession*)session
15 options:(UISceneConnectionOptions*)connectionOptions {
16
17
18
19
20}
◆ sceneDidBecomeActive:
- (void) sceneDidBecomeActive: |
|
(UIScene*) |
scene |
|
|
implementation |
Definition at line 1 of file SceneDelegate.m.
30 :(UIScene*)scene {
31
32
33
34}
◆ sceneDidDisconnect:
- (void) sceneDidDisconnect: |
|
(UIScene*) |
scene |
|
|
implementation |
Definition at line 1 of file SceneDelegate.m.
22 :(UIScene*)scene {
23
24
25
26
27
28}
◆ sceneDidEnterBackground:
- (void) sceneDidEnterBackground: |
|
(UIScene*) |
scene |
|
|
implementation |
Definition at line 1 of file SceneDelegate.m.
46 :(UIScene*)scene {
47
48
49
50}
◆ sceneWillEnterForeground:
- (void) sceneWillEnterForeground: |
|
(UIScene*) |
scene |
|
|
implementation |
◆ sceneWillResignActive:
- (void) sceneWillResignActive: |
|
(UIScene*) |
scene |
|
|
implementation |
◆ window
The documentation for this class was generated from the following files:
- testing/scenario_app/ios/FlutterAppExtensionTestHost/FlutterAppExtensionTestHost/SceneDelegate.h
- testing/scenario_app/ios/FlutterAppExtensionTestHost/FlutterAppExtensionTestHost/SceneDelegate.m