The DeviceIdentifier method
Version:
To add the device identifier property to an event, use the DeviceIdentifier() method.
| Property | Details |
|---|---|
| UT SDK methods | DeviceIdentifier(string) |
| Required/optional | Optional |
| Multiple invocations | Multiple invocations are forbidden and cause an InvalidOperationException exception |
| Value validation | Must contain at least one symbol besides whitespace characters Field names cannot be null or empty Recommended values are identifierForVendor() for iOS, and getSerial() or similar for Android |
For example:
If you have suggestions for improving this article, let us know!