Skip to main content

Set Push Token [MSDK Only]

[MSDK Only] Sets the Firebase push token for uninstall tracking. Currently supported by Adjust and AppsFlyer.

Supported Platforms

Supports Android, iOS platform.

Function Definition

void SetPushToken(string pushToken);

Input Parameters

ParametersTypeDescription
pushTokenstringFirebase token

Code Example

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