Skip to main content

SetPushToken [MSDK Only]

[MSDK Only] Sets Firebase push token to disable the tracking function. Currently supports Adjust and AppsFlyer.

Supported Platform

Supports Android, iOS platform.

Function Definition

void SetPushToken(string pushToken);

Input Parameters

ParameterTypeDescription
pushTokenstringFirebase token

Code Sample

UnionAdapterAPI.GetReportService().SetPushToken("token");