Flutter iOS Embedder
<FlutterSceneLifeCycleProvider> Protocol Reference

#import <FlutterSceneLifeCycle.h>

Inheritance diagram for <FlutterSceneLifeCycleProvider>:
FlutterSceneDelegate()

Properties

FlutterPluginSceneLifeCycleDelegatesceneLifeCycleDelegate
 

Detailed Description

A protocol for UIWindowSceneDelegate objects that vend a FlutterPluginSceneLifeCycleDelegate.

By conforming to this protocol, a UIWindowSceneDelegate can vend a FlutterPluginSceneLifeCycleDelegate that can be used to forward scene life-cycle events to Flutter plugins.

This is typically implemented by the app's SceneDelegate.

Definition at line 213 of file FlutterSceneLifeCycle.h.

Property Documentation

◆ sceneLifeCycleDelegate

- (FlutterPluginSceneLifeCycleDelegate*) sceneLifeCycleDelegate
readwritenonatomicstrong

Definition at line 214 of file FlutterSceneLifeCycle.h.


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