User Identifier & Properties
User Identifier
Using Identifiers Managed by the SDK
Hackle hackle = Hackle.GetInstance();
// Get the device identifier managed internally
string deviceId = hackle.GetDeviceId();Add User Identifier
Example
Hackle hackle = Hackle.GetInstance();
// 1. Add logged-in user identifier
hackle.SetUserId("LOGIN_ID");
// 2. Change device identifier
hackle.SetDeviceId("CUSTOM_DEVICE_ID");Additional Identifiers
User Property
Category
Type
Constraints
Configure User Properties
Set
SetOnce
Unset
ClearAll
Reset User Properties
Last updated