onMobileScreenCaptureStart property

(void Function()?) onMobileScreenCaptureStart
read / write

屏幕采集开始通知。

支持版本:3.16.0 及以上。 详情描述:移动端屏幕采集开始通知。 通知时机:调用 startScreenCapture 后,成功开始屏幕采集会触发此回调,失败会触发 onScreenCaptureExceptionOccurred。 注意事项:调用接口 setEventHandler 设置后该回调才生效。 使用限制: 仅对 Android 系统生效。

Implementation

static void Function()? onMobileScreenCaptureStart;