set Surface Delegate Factory
open fun setSurfaceDelegateFactory(@Nullable surfaceDelegateFactory: SurfaceDelegateFactory): ReactInstanceManagerBuilder
When the SurfaceDelegateFactory is provided, it will be used for native modules to get a SurfaceDelegate to interact with the platform specific surface that they that needs to be rendered in. For mobile platform this is default to be null so that these modules will need to provide a default surface delegate. One example of such native module is LogBoxModule, which is rendered in mobile platform with LogBoxDialog, while in VR platform with custom layer provided by runtime.