isIdentified() method checks whether the current user has been identified with either usertour.identify() or usertour.identifyAnonymous().
Returns
boolean - Returns true if the user has been identified, false otherwise.
Example
Notes
- This method is useful for checking the identification state before making other Usertour.js calls
- Returns
truefor both authenticated and anonymous users - Returns
falseif neitheridentify()noridentifyAnonymous()has been called