Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Using MobileProtect you can add a custom user identifier which will be attached to events sent by the SDK, you can do so using the following:

Android

MobileProtect.setUserIdentifier("your user identifier")

iOS

[DTMobileProtect setUserIdentifier:@"your user identifier"];
  • No labels