其中的一种方法是,比如在CameraControllerDelegate类中调用ControllerPipActivity类中的方法
可以先在CameraControllerDelegate中定义一个ControllerPipActivity类的实例
private val controllerPipActivity: ControllerPipActivity
get() = PipLauncher.getInstance().getPipInstance("ControllerPipActivity", ControllerPipActivity::class.java)
然后在调动相应的方法,
controllerPipActivity.showExtraOperation()