Flutter iOS Embedder
<FlutterViewEngineDelegate> Protocol Reference

#import <FlutterView.h>

Inheritance diagram for <FlutterViewEngineDelegate>:
FakeDelegate

Instance Methods

(flutter::Rasterizer::Screenshot) - takeScreenshot:asBase64Encoded:
 
(std::shared_ptr< flutter::FlutterPlatformViewsController > &) - platformViewsController
 
(void) - flutterViewAccessibilityDidCall
 

Properties

BOOL isUsingImpeller
 

Detailed Description

Definition at line 19 of file FlutterView.h.

Method Documentation

◆ flutterViewAccessibilityDidCall

- (void) flutterViewAccessibilityDidCall

A callback that is called when iOS queries accessibility information of the Flutter view.

This is useful to predict the current iOS accessibility status. For example, there is no API to listen whether voice control is turned on or off. The Flutter engine uses this callback to enable semantics in order to catch the case that voice control is on.

◆ platformViewsController

- (shared_ptr<)flutter:

◆ takeScreenshot:asBase64Encoded:

- Rasterizer: (flutter::Rasterizer::ScreenshotType)  type
asBase64Encoded: (BOOL)  base64Encode 

Property Documentation

◆ isUsingImpeller

- (BOOL) isUsingImpeller
readnonatomicassign

Definition at line 21 of file FlutterView.h.


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