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

stopSharingCallback

回调方法描述

结束投屏接口Block回调

回调方法定义

@property(nonatomic, copy) callback stopSharingCallback;

参数描述

表1 参数说明

参数

是否必须

类型

描述

stopSharingCallback

int

Reason -暂无实际作用

示例代码

int result = [mShareServiceController stopSharing:^(id stopSharingCallback) {  
    reason = (int)stopSharingCallback;  
}];
分享:

    相关文档

    相关产品