跳到主要内容

设置 AppsFlyer 上报(CollectionResume/CollectionStop)[仅限 Player Network SDK]

[Player Network SDK & MSDK] 恢复/停止 AppsFlyer 上报。

支持的平台

支持Android, iOS 平台。

函数定义

void CollectionResume();

void CollectionStop();

入参说明

无传入参数。

代码示例

UnionAdapterAPI.GetReportService().CollectionResume();

UnionAdapterAPI.GetReportService().CollectionStop();