public class DeviceIdentifier
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceIdentifier.DeviceIdentifierBuilder |
| Modifier and Type | Method and Description |
|---|---|
static DeviceIdentifier.DeviceIdentifierBuilder |
builder() |
java.lang.String |
getIdentifier()
Retrieve the Device Identifier, the device identifier is stable except when:
|
public java.lang.String getIdentifier()
* App is restored on a new device
* User uninstalls/reinstall the App
* User clears app data.
public static DeviceIdentifier.DeviceIdentifierBuilder builder()