更新时间:2022-03-21 GMT+08:00
分享

结束投屏

int result = [mShareServiceController stopSharing:^(id stopSharingCallBack) {    
}];

接口描述

APP调用IdeaShareServiceController实例对象的stopSharing方法。SDK结束投屏之后通过Block回调通知UI层,APP需要进行相应处理

方法定义

- (void)stopSharing:(callback)stopSharingCallBack;

参数描述

表1 Connect参数说明

参数

是否必须

类型

描述

stopSharingcallback

int

typedef void (^callback)(id t), 包含回调内容–结束投屏的原因

相关文档