Interface LoginScreenState
-
- All Known Implementing Classes:
LoginScreenState
public interface LoginScreenState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
getState()
default boolean
is(LoginScreenState state)
-
-
-
Method Detail
-
getState
int getState()
-
is
default boolean is(LoginScreenState state)
-
-