◆ PlatformViewRegistryImpl()
io.flutter.plugin.platform.PlatformViewRegistryImpl.PlatformViewRegistryImpl |
( |
| ) |
|
|
inlinepackage |
◆ getFactory()
PlatformViewFactory io.flutter.plugin.platform.PlatformViewRegistryImpl.getFactory |
( |
String |
viewTypeId | ) |
|
|
inlinepackage |
◆ registerViewFactory()
boolean io.flutter.plugin.platform.PlatformViewRegistryImpl.registerViewFactory |
( |
String |
viewTypeId, |
|
|
PlatformViewFactory |
factory |
|
) |
| |
|
inline |
Definition at line 20 of file PlatformViewRegistryImpl.java.
20 {
21 if (viewFactories.containsKey(viewTypeId)) return false;
22 viewFactories.put(viewTypeId, factory);
23 return true;
24 }
The documentation for this class was generated from the following file: