Flutter Engine
 
Loading...
Searching...
No Matches
FlutterPluginSceneLifeCycleDelegate(Test) Category Reference

#include <FlutterSceneLifeCycle_Test.h>

Instance Methods

(void) - updateFlutterManagedEnginesInScene:
 
(void) - scene:willConnectToSession:flutterEngine:options:
 
(NSArray *) - allEngines
 

Properties

UISceneConnectionOptions * connectionOptions
 
NSPointerArray * flutterManagedEngines
 
NSPointerArray * developerManagedEngines
 

Detailed Description

Definition at line 12 of file FlutterSceneLifeCycle_Test.h.

Method Documentation

◆ allEngines

- (NSArray *) allEngines

◆ scene:willConnectToSession:flutterEngine:options:

- (void) scene: (UIScene *)  scene
willConnectToSession: (UISceneSession *)  session
flutterEngine: (FlutterEngine *)  engine
options: (UISceneConnectionOptions *)  connectionOptions 

◆ updateFlutterManagedEnginesInScene:

- (void) updateFlutterManagedEnginesInScene: (UIScene *)  scene

Property Documentation

◆ connectionOptions

- (UISceneConnectionOptions*) connectionOptions
readwritenonatomicstrong

Definition at line 13 of file FlutterSceneLifeCycle_Test.h.

◆ developerManagedEngines

- (NSPointerArray*) developerManagedEngines
readwritenonatomicstrong

Definition at line 15 of file FlutterSceneLifeCycle_Test.h.

◆ flutterManagedEngines

- (NSPointerArray*) flutterManagedEngines
readwritenonatomicstrong

Definition at line 14 of file FlutterSceneLifeCycle_Test.h.


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