Uses of Class
com.smartfoxserver.v2.components.signup.RecoveryMode
-
Packages that use RecoveryMode Package Description com.smartfoxserver.v2.components.signup -
-
Uses of RecoveryMode in com.smartfoxserver.v2.components.signup
Fields in com.smartfoxserver.v2.components.signup declared as RecoveryMode Modifier and Type Field Description RecoveryMode
SignUpConfiguration.PasswordRecovery. mode
Specify the mode in which the Password Recovery service works SEND_OLD: sends the old password back GENERATE_NEW: generates a new passwordMethods in com.smartfoxserver.v2.components.signup that return RecoveryMode Modifier and Type Method Description static RecoveryMode
RecoveryMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RecoveryMode[]
RecoveryMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-