Flutter iOS Embedder
FlutterPlatformViewsController(Testing) Category Reference

#import <FlutterPlatformViewsController.h>

Instance Methods

(size_t) - embeddedViewCount
 
(UIView *_Nullable) - platformViewForId:
 
(void) - compositeView:withParams:
 
(const flutter::EmbeddedViewParams &) - compositionParamsForView:
 

Detailed Description

Definition at line 123 of file FlutterPlatformViewsController.h.

Method Documentation

◆ compositeView:withParams:

- (void) compositeView: (int64_t)  viewId
withParams: (const flutter::EmbeddedViewParams &)  params 

◆ compositionParamsForView:

- (const EmbeddedViewParams& FlutterPlatformViewsController(Testing)): (int64_t)  viewId

◆ embeddedViewCount

- (size_t) embeddedViewCount

◆ platformViewForId:

- (UIView* _Nullable) platformViewForId: (int64_t)  viewId

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