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

#include <FlutterEngine_Test.h>

Inheritance diagram for FlutterEngine(Test):
<FlutterBinaryMessenger>

Instance Methods

(flutter::Shell &) - shell
 
(flutter::PlatformViewIOS *) - platformView
 
(void) - setBinaryMessenger:
 
(flutter::IOSRenderingAPI- platformViewsRenderingAPI
 
(void) - waitForFirstFrame:callback:
 
(FlutterEngine *) - spawnWithEntrypoint:libraryURI:initialRoute:entrypointArgs:
 
(const flutter::ThreadHost &) - threadHost
 
(void) - updateDisplays
 
(void) - flutterTextInputView:performAction:withClient:
 
(void) - sceneWillEnterForeground:
 
(void) - sceneDidEnterBackground:
 
(void) - applicationWillEnterForeground:
 
(void) - applicationDidEnterBackground:
 
(NSString *) - lookupKeyForAsset:
 
(NSString *) - lookupKeyForAsset:fromPackage:
 
- Instance Methods inherited from <FlutterBinaryMessenger>
(NSObject< FlutterTaskQueue > *) - makeBackgroundTaskQueue
 TODO(gaaclarke): Remove optional when macos supports Background Platform Channels.
 
(FlutterBinaryMessengerConnection- setMessageHandlerOnChannel:binaryMessageHandler:taskQueue:
 
(void) - sendOnChannel:message:
 
(void) - sendOnChannel:message:binaryReply:
 
(FlutterBinaryMessengerConnection- setMessageHandlerOnChannel:binaryMessageHandler:
 
(void) - cleanUpConnection:
 

Properties

FlutterEngineProcTableembedderAPI
 
BOOL enableEmbedderAPI
 
NSMutableDictionary * pluginPublications
 
FlutterRestorationPluginrestorationPlugin
 
flutter::FlutterCompositormacOSCompositor
 

Detailed Description

Definition at line 22 of file FlutterEngine_Test.h.

Method Documentation

◆ applicationDidEnterBackground:

- (void) applicationDidEnterBackground: (NSNotification *)  notification

◆ applicationWillEnterForeground:

- (void) applicationWillEnterForeground: (NSNotification *)  notification

◆ flutterTextInputView:performAction:withClient:

- (void) flutterTextInputView: (FlutterTextInputView *)  textInputView
performAction: (FlutterTextInputAction)  action
withClient: (int)  client 

◆ lookupKeyForAsset:

- (NSString *) lookupKeyForAsset: (NSString *)  asset

◆ lookupKeyForAsset:fromPackage:

- (NSString *) lookupKeyForAsset: (NSString *)  asset
fromPackage: (NSString *)  package 

◆ platformView

- (PlatformViewIOS * FlutterEngine(Test)):

◆ platformViewsRenderingAPI

- (IOSRenderingAPI FlutterEngine(Test)):

◆ sceneDidEnterBackground:

- (void) sceneDidEnterBackground: (ios(13.0))  API_AVAILABLE

◆ sceneWillEnterForeground:

- (void) sceneWillEnterForeground: (ios(13.0))  API_AVAILABLE

◆ setBinaryMessenger:

- (void) setBinaryMessenger: (FlutterBinaryMessengerRelay *)  binaryMessenger

◆ shell

- (Shell & FlutterEngine(Test)):

◆ spawnWithEntrypoint:libraryURI:initialRoute:entrypointArgs:

- (FlutterEngine *) spawnWithEntrypoint: (/*nullable */NSString *)  entrypoint
libraryURI: (/*nullable */NSString *)  libraryURI
initialRoute: (/*nullable */NSString *)  initialRoute
entrypointArgs: (/*nullable */NSArray< NSString * > *)  entrypointArgs 

Extends class FlutterEngine.

◆ threadHost

- (const ThreadHost & FlutterEngine(Test)):

◆ updateDisplays

- (void) updateDisplays

◆ waitForFirstFrame:callback:

- (void) waitForFirstFrame: (NSTimeInterval)  timeout
callback: (void(^)(BOOL didTimeout))  callback 

Property Documentation

◆ embedderAPI

- (FlutterEngineProcTable&) embedderAPI
readnonatomicassign

Definition at line 24 of file FlutterEngine_Test.h.

◆ enableEmbedderAPI

- (BOOL) enableEmbedderAPI
readnonatomicassign

Definition at line 25 of file FlutterEngine_Test.h.

◆ macOSCompositor

- (FlutterCompositor* FlutterEngine(Test)):
readnonatomicassign

The FlutterCompositor object currently in use by the FlutterEngine.

May be nil if the compositor has not been initialized yet.

Definition at line 44 of file FlutterEngineTest.mm.

◆ pluginPublications

- (NSMutableDictionary*) pluginPublications
readnonatomicassign

Definition at line 26 of file FlutterEngine_Test.h.

◆ restorationPlugin

- (FlutterRestorationPlugin*) restorationPlugin
readwritenonatomicstrong

Definition at line 27 of file FlutterEngine_Test.h.


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