getState()

The method returns the current state of the login process saved in the member variable m_state. There are three different states in the login framework: "Login", "Systemusenotification" and "Close".

Synopsis

public LoginFrameworkState getState();

Return Value

State of the login process saved in the member variable m_state.

Assignment

Login Framework classes

See also

setState(), getNextPanel()