Checking for Registered Users

Check if a device user is registered or not.

Syntax

public static boolean isRegistered() throws UserManagerException

Returns

If the user is registered, the function returns 'true'. If the user is not registered, the function returns 'false'.

Examples

  • Check if the user is registered
    boolean UserManager.isRegistered();