Identify User
Luciq.identifyUser(withID: "1", email: "[email protected]", name: "John Appleseed")[Luciq identifyUserWithID:@"1" email:@"[email protected]" name:@"John Appleseed"];Luciq.identifyUser("user name", "email");Luciq.identifyUser("user name", "email")Luciq.identifyUser("[email protected]", "John Appleseed");Luciq.identifyUserWithEmail(String email, [String name]);Last updated