更新时间:2025-04-17 GMT+08:00

停止共享

stopShare:

接口描述

该接口用于停止自己的共享。

注意事项

  1. 不在共享中不应调用此接口。

方法定义

- (void)stopShare:(NSString *)stopShareDes;

参数描述

参数

是否必须

类型

描述

stopShareDes

NSString *

停止共享原因。

返回值

示例代码

[[HWMSdk getBizOpenApi] stopShare:@""];