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.

Functions

Link copied to clipboard
abstract fun createSurfaceDelegate(moduleName: String): SurfaceDelegate?

Create a SurfaceDelegate instance which is used to interact with a surface of platform the app is running in.