Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
MobileProtect.setUserIdentifier("your user identifier")

iOS

Code Block
[DTMobileProtect setUserIdentifier:@"your user identifier"];