Uses of Class
com.thecoderscorner.menu.remote.AuthStatus
-
Packages that use AuthStatus Package Description com.thecoderscorner.menu.remote -
-
Uses of AuthStatus in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote that return AuthStatus Modifier and Type Method Description static AuthStatusAuthStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthStatus[]AuthStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.thecoderscorner.menu.remote with parameters of type AuthStatus Modifier and Type Method Description voidRemoteControllerListener. connectionState(RemoteInformation remoteInformation, AuthStatus connected)Indicates a change in connectivity
-