IdeaHub-OnShareStopResult

时间:2025-02-12 14:52:20

OnShareStopResult

回调方法描述

停止投屏接口回调结果事件。

回调方法定义

/* 停止投屏结果事件通知 */   void OnShareStopResult(int reason)

参数描述

参数

是否必须

类型

描述

reason

int

停止投屏原因值

示例代码

void ShareEventHandler::OnShareStopResult()   {     // 停止投屏结果事件,通知UI刷新   }
support.huaweicloud.com/ideahub-IdeaShare-SDK/win-sdk-0042.html