#include <FlutterPlatformViewController.h>
Instance Methods | |
| (void) | - onCreateWithViewIdentifier:viewType:arguments:result: [implementation] |
| (void) | - onDisposeWithViewID:result: [implementation] |
| (nullable NSView *) | - platformViewWithID: [implementation] |
| (void) | - registerViewFactory:withId: [implementation] |
| (void) | - handleMethodCall:result: [implementation] |
| (void) | - disposePlatformViews [implementation] |
| (void) | - reset [implementation] |
Definition at line 17 of file FlutterPlatformViewController.h.
|
implementation |
Removes platform views slated to be disposed via method handler calls.
Provided by category FlutterPlatformViewController().
|
implementation |
Handles platform view related method calls, for example create, dispose, etc.
Provided by category FlutterPlatformViewController().
|
implementation |
Creates a platform view of viewType with viewId and arguments passed from the framework's creationParams constructor parameter. FlutterResult is updated to contain nil for success or to contain a FlutterError if there is an error.
Provided by category FlutterPlatformViewController().
|
implementation |
Disposes the platform view with viewId. FlutterResult is updated to contain nil for success or a FlutterError if there is an error.
Provided by category FlutterPlatformViewController().
|
implementation |
Returns the platform view associated with the viewId.
Provided by category FlutterPlatformViewController().
|
implementation |
Register a view factory by adding an entry into the platformViewFactories map with key factoryId and value factory.
Provided by category FlutterPlatformViewController().
|
implementation |
Removes all platform views.
Provided by category FlutterPlatformViewController().