更新时间:2022-03-21 GMT+08:00
OnShareStopResult
回调方法描述
停止投屏接口回调结果事件。
回调方法定义
/* 停止投屏结果事件通知 */ void OnShareStopResult(int reason)
参数描述
| 参数 | 是否必须 | 类型 | 描述 |
|---|---|---|---|
| reason | 是 | int | 停止投屏原因值 |
示例代码
void ShareEventHandler::OnShareStopResult()
{
// 停止投屏结果事件,通知UI刷新
} 父主题: 接口调用结果通知