Skip to main content

CollectionResume/CollectionStop [Player Network SDK Only]

[Player Network SDK&MSDK] Resumes or stops AppsFlyer SDK event report.

Supported Platform

Supports Android, iOS platform.

Function Definition

void CollectionResume();

void CollectionStop();

Input Parameters

No parameters are passed.

Code Sample

UnionAdapterAPI.GetReportService().CollectionResume();

UnionAdapterAPI.GetReportService().CollectionStop();