User Identifier & Properties
User Identifier
Default Identifiers Provided by Hackle
import "package:hackle/hackle.dart";
// Get the device identifier managed internally
String deviceId = await HackleApp.getDeviceId();
// Get all previously configured user information
HackleUser user = await HackleApp.getUser();Modify Device ID
import "package:hackle/hackle.dart";
// Change device identifier
await HackleApp.setDeviceId("CUSTOM_DEVICE_ID");Set User Identifier (User ID)
Additional Identifiers
User Property
Category
Type
Constraints
Add User Property
Configure User Properties
Supported Functions
Description
Reset User
Last updated