Package io.flutter.plugin.platform
Class PlatformViewRegistryImpl
java.lang.Object
io.flutter.plugin.platform.PlatformViewRegistryImpl
- All Implemented Interfaces:
PlatformViewRegistry
-
Method Summary
Modifier and TypeMethodDescriptionboolean
registerViewFactory
(String viewTypeId, PlatformViewFactory factory) Registers a factory for a platform view.
-
Method Details
-
registerViewFactory
Description copied from interface:PlatformViewRegistry
Registers a factory for a platform view.- Specified by:
registerViewFactory
in interfacePlatformViewRegistry
- Parameters:
viewTypeId
- unique identifier for the platform view's type.factory
- factory for creating platform views of the specified type.- Returns:
- true if succeeded, false if a factory is already registered for viewTypeId.
-