User Identification
Identify users and log out in KMP.
Identify user
LuciqKmp.identifyUser(
email = "[email protected]",
name = "Jane Doe",
id = "user_123" // optional
)Log out
LuciqKmp.logOut()Last updated
Identify users and log out in KMP.
LuciqKmp.identifyUser(
email = "[email protected]",
name = "Jane Doe",
id = "user_123" // optional
)LuciqKmp.logOut()Last updated