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) Sets the type of method used to verify the account -
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 VerificationCodeMethodVerificationCodeResponse.methodThe field for themethodrecord component.Methods in it.auties.whatsapp.model.response that return VerificationCodeMethodModifier and TypeMethodDescriptionVerificationCodeResponse.method()Returns the value of themethodrecord component.Constructors in it.auties.whatsapp.model.response with parameters of type VerificationCodeMethodModifierConstructorDescriptionVerificationCodeResponse(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 autoConfigure) Creates an instance of aVerificationCodeResponserecord class. -
Uses of VerificationCodeMethod in it.auties.whatsapp.registration
Fields in it.auties.whatsapp.registration declared as VerificationCodeMethodConstructors in it.auties.whatsapp.registration with parameters of type VerificationCodeMethodModifierConstructorDescriptionHttpRegistration(Store store, Keys keys, AsyncVerificationCodeSupplier codeHandler, VerificationCodeMethod method)