Uses of Enum Class
it.auties.whatsapp.model.mobile.VerificationCodeStatus
Packages that use VerificationCodeStatus
-
Uses of VerificationCodeStatus in it.auties.whatsapp.model.mobile
Methods in it.auties.whatsapp.model.mobile that return VerificationCodeStatusModifier and TypeMethodDescriptionstatic VerificationCodeStatusstatic VerificationCodeStatusReturns the enum constant of this class with the specified name.static VerificationCodeStatus[]VerificationCodeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VerificationCodeStatus in it.auties.whatsapp.model.response
Fields in it.auties.whatsapp.model.response declared as VerificationCodeStatusModifier and TypeFieldDescriptionprivate final VerificationCodeStatusRegistrationResponse.statusThe field for thestatusrecord component.Methods in it.auties.whatsapp.model.response that return VerificationCodeStatusModifier and TypeMethodDescriptionRegistrationResponse.status()Returns the value of thestatusrecord component.Constructors in it.auties.whatsapp.model.response with parameters of type VerificationCodeStatusModifierConstructorDescriptionRegistrationResponse(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.