Uses of Enum Class
it.auties.whatsapp.model.mobile.VerificationCodeMethod
Packages that use VerificationCodeMethod
Package
Description
-
Uses of VerificationCodeMethod in it.auties.whatsapp.api
Fields in it.auties.whatsapp.api declared as VerificationCodeMethodModifier and TypeFieldDescriptionprivate VerificationCodeMethodMobileRegistrationBuilder.Unregistered.verificationCodeMethodMethods in it.auties.whatsapp.api with parameters of type VerificationCodeMethodModifier and TypeMethodDescriptionMobileRegistrationBuilder.Unregistered.verificationCodeMethod(VerificationCodeMethod verificationCodeMethod) -
Uses of VerificationCodeMethod in it.auties.whatsapp.model.mobile
Methods in it.auties.whatsapp.model.mobile that return VerificationCodeMethodModifier and TypeMethodDescriptionstatic VerificationCodeMethodstatic VerificationCodeMethodReturns the enum constant of this class with the specified name.static VerificationCodeMethod[]VerificationCodeMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VerificationCodeMethod in it.auties.whatsapp.model.response
Fields in it.auties.whatsapp.model.response declared as VerificationCodeMethodModifier and TypeFieldDescriptionprivate final VerificationCodeMethodRegistrationResponse.methodThe field for themethodrecord component.Methods in it.auties.whatsapp.model.response that return VerificationCodeMethodModifier and TypeMethodDescriptionRegistrationResponse.method()Returns the value of themethodrecord component.Constructors in it.auties.whatsapp.model.response with parameters of type VerificationCodeMethodModifierConstructorDescriptionRegistrationResponse(PhoneNumber number, long lid, VerificationCodeStatus status, VerificationCodeError errorReason, VerificationCodeMethod method, int codeLength, int notifyAfter, long retryAfter, long voiceLength, long callWait, long smsWait, boolean flashType, long whatsappWait, boolean securityCodeSet, String imageCaptcha, String audioCaptcha, boolean whatsappOldEligible, boolean possibleMigration, boolean autoConfigure, String wipeToken) Creates an instance of aRegistrationResponserecord class.