#include <FlutterPlatformViewsController.h>
Instance Methods | |
| (size_t) | - embeddedViewCount |
| (UIView *_Nullable) | - platformViewForId: |
| (void) | - compositeView:withParams: |
| (const flutter::EmbeddedViewParams &) | - compositionParamsForView: |
| (NSArray< NSNumber * > *) | - previousCompositionOrder |
| The composition order from the previous frame. | |
Definition at line 136 of file FlutterPlatformViewsController.h.
| - (void) compositeView: | (int64_t) | viewId | |
| withParams: | (const flutter::EmbeddedViewParams &) | params | |
| - (const EmbeddedViewParams & FlutterPlatformViewsController(Testing)): | (int64_t) | viewId |
| - (size_t) embeddedViewCount |
| - (UIView *_Nullable) platformViewForId: | (int64_t) | viewId |
| - (NSArray< NSNumber * > *) previousCompositionOrder |
The composition order from the previous frame.
Only accessed from the platform thread.