Set up push tokens

Push tokens are used for Audience Builder and client callbacks. They are also required for Uninstall and reinstall tracking.

Your config object contains a string pushToken property that you can use to store your push token. You can update this property at any time by calling the setPushToken method with your token as an argument.

Dart
Adjust.setPushToken('{PushNotificationsToken}');

Example