setState()

The method allows setting the current state of the login process manually. There are three different states in the login framework: "Login", "Systemusenotification" and "Close".

Synopsis

public void setState(LoginFrameworkState state);

Parameters

  1. Parameter Meaning
    state The parameter "state" can be one of the three states: "Login", "Systemusenotification" and "Close".

Return Value

-

Assignment

Login Framework classes

See also

getState()