-
public interface SurfaceDelegateFactory
Factory to create a SurfaceDelegate. The moduleName is needed to help the factory decide which surface to return SurfaceDelegate that the given module should use to interact with.
-
-
Method Summary
Modifier and Type Method Description abstract SurfaceDelegate
createSurfaceDelegate(String moduleName)
Create a SurfaceDelegate instance which is used to interact with a surface of platformthe app is running in. -
-
Method Detail
-
createSurfaceDelegate
abstract SurfaceDelegate createSurfaceDelegate(String moduleName)
Create a SurfaceDelegate instance which is used to interact with a surface of platformthe app is running in.
- Parameters:
moduleName
- the module name that will be using the surface
-
-
-
-