Uses of Record Class
it.auties.whatsapp.model.signal.auth.Version
Packages that use Version
Package
Description
-
Uses of Version in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type VersionModifier and TypeMethodDescriptionSets the version of Whatsapp to use If the version is too outdated, the server will refuse to connect If you are using the mobile api and the version doesn't match the hash, the server will refuse to connect By default the latest stable version will be used -
Uses of Version in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller with type parameters of type VersionModifier and TypeFieldDescription(package private) FutureReference<Version> Store.versionThe version used by this sessionprivate FutureReference<Version> StoreBuilder.versionMethods in it.auties.whatsapp.controller that return VersionMethods in it.auties.whatsapp.controller with parameters of type VersionMethod parameters in it.auties.whatsapp.controller with type arguments of type VersionConstructor parameters in it.auties.whatsapp.controller with type arguments of type VersionModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, String verifiedName, String businessAddress, Double businessLongitude, Double businessLatitude, String businessDescription, String businessWebsite, String businessEmail, BusinessCategory businessCategory, String deviceHash, LinkedHashMap<Jid, Integer> linkedDevicesKeys, URI profilePicture, String about, Jid jid, Jid lid, ConcurrentHashMap<String, String> properties, ConcurrentHashMap<Jid, Contact> contacts, ConcurrentHashMap.KeySetView<ChatMessageInfo, Boolean> status, ConcurrentHashMap<String, PrivacySettingEntry> privacySettings, ConcurrentHashMap<String, Call> calls, boolean unarchiveChats, boolean twentyFourHourFormat, Long initializationTimeStamp, ChatEphemeralTimer newChatsEphemeralTimer, TextPreviewSetting textPreviewSetting, WebHistoryLength historyLength, Boolean autodetectListeners, Boolean cacheDetectedListeners, Boolean automaticPresenceUpdates, UserAgent.ReleaseChannel releaseChannel, CompanionDevice device, boolean checkPatchMacs) All args constructor -
Uses of Version in it.auties.whatsapp.model.companion
Fields in it.auties.whatsapp.model.companion declared as VersionModifier and TypeFieldDescriptionprivate final VersionCompanionDevice.osVersionThe field for theosVersionrecord component.private VersionCompanionDeviceBuilder.osVersionFields in it.auties.whatsapp.model.companion with type parameters of type VersionModifier and TypeFieldDescriptionCompanionDevice.appVersionThe field for theappVersionrecord component.CompanionDeviceBuilder.appVersionMethods in it.auties.whatsapp.model.companion that return VersionModifier and TypeMethodDescriptionCompanionDevice.osVersion()Returns the value of theosVersionrecord component.Methods in it.auties.whatsapp.model.companion that return types with arguments of type VersionModifier and TypeMethodDescriptionCompanionDevice.appVersion()Returns the value of theappVersionrecord component.Methods in it.auties.whatsapp.model.companion with parameters of type VersionModifier and TypeMethodDescriptionstatic CompanionDeviceCompanionDeviceBuilder.appVersion(Version appVersion) static CompanionDeviceCompanionDevice.toUserAgent(Version appVersion) static CompanionDeviceMethod parameters in it.auties.whatsapp.model.companion with type arguments of type VersionModifier and TypeMethodDescriptionCompanionDeviceBuilder.appVersion(Optional<Version> appVersion) Constructors in it.auties.whatsapp.model.companion with parameters of type VersionModifierConstructorDescriptionCompanionDevice(String model, String manufacturer, UserAgent.PlatformType platform, Optional<Version> appVersion, Version osVersion) Creates an instance of aCompanionDevicerecord class.Constructor parameters in it.auties.whatsapp.model.companion with type arguments of type VersionModifierConstructorDescriptionCompanionDevice(String model, String manufacturer, UserAgent.PlatformType platform, Optional<Version> appVersion, Version osVersion) Creates an instance of aCompanionDevicerecord class. -
Uses of Version in it.auties.whatsapp.model.response
Fields in it.auties.whatsapp.model.response declared as VersionModifier and TypeFieldDescriptionprivate final VersionIosVersionResponse.versionprivate final VersionKaiOsCatalogResponse.App.versionThe field for theversionrecord component.Methods in it.auties.whatsapp.model.response that return VersionModifier and TypeMethodDescriptionKaiOsCatalogResponse.App.version()Returns the value of theversionrecord component.Methods in it.auties.whatsapp.model.response that return types with arguments of type VersionConstructors in it.auties.whatsapp.model.response with parameters of type Version -
Uses of Version in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as VersionModifier and TypeFieldDescriptionprivate final VersionUserAgent.appVersionThe field for theappVersionrecord component.private VersionUserAgentBuilder.appVersionprivate final VersionCompanionProperties.versionThe field for theversionrecord component.private VersionCompanionPropertiesBuilder.versionMethods in it.auties.whatsapp.model.signal.auth that return VersionModifier and TypeMethodDescriptionUserAgent.appVersion()Returns the value of theappVersionrecord component.VersionBuilder.build()static VersionVersionSpec.decode(byte[] input) static VersionCompanionProperties.version()Returns the value of theversionrecord component.Methods in it.auties.whatsapp.model.signal.auth with parameters of type VersionConstructors in it.auties.whatsapp.model.signal.auth with parameters of type VersionModifierConstructorDescriptionCompanionProperties(String os, Version version, CompanionProperties.PlatformType platformType, boolean requireFullSync, HistorySyncConfig historySyncConfig) Creates an instance of aCompanionPropertiesrecord class.UserAgent(UserAgent.PlatformType platform, Version appVersion, String mcc, String mnc, String osVersion, String manufacturer, String device, String osBuildNumber, String phoneId, UserAgent.ReleaseChannel releaseChannel, String localeLanguageIso6391, String localeCountryIso31661Alpha2, String deviceBoard, UserAgent.DeviceType deviceType) Creates an instance of aUserAgentrecord class. -
Uses of Version in it.auties.whatsapp.registration
Fields in it.auties.whatsapp.registration declared as VersionModifier and TypeFieldDescriptionprivate static VersionWhatsappMetadata.businessIosVersionprivate static VersionWhatsappMetadata.personalIosVersionprivate final VersionWhatsappMetadata.KaiOsApp.versionThe field for theversionrecord component.private final VersionWhatsappMetadata.WhatsappApk.versionThe field for theversionrecord component.private static VersionWhatsappMetadata.webVersionMethods in it.auties.whatsapp.registration that return VersionModifier and TypeMethodDescriptionWhatsappMetadata.KaiOsApp.version()Returns the value of theversionrecord component.WhatsappMetadata.WhatsappApk.version()Returns the value of theversionrecord component.Methods in it.auties.whatsapp.registration that return types with arguments of type VersionModifier and TypeMethodDescriptionprivate static CompletableFuture<Version> WhatsappMetadata.getIosVersion(boolean business) static CompletableFuture<Version> WhatsappMetadata.getVersion(UserAgent.PlatformType platform) private static CompletableFuture<Version> WhatsappMetadata.getWebVersion()Methods in it.auties.whatsapp.registration with parameters of type VersionModifier and TypeMethodDescriptionprivate static CompletableFuture<String> WhatsappMetadata.getIosToken(long phoneNumber, Version version, boolean business) static CompletableFuture<String> WhatsappMetadata.getToken(long phoneNumber, UserAgent.PlatformType platform, Version appVersion) Constructors in it.auties.whatsapp.registration with parameters of type VersionModifierConstructorDescriptionprivateCreates an instance of aKaiOsApprecord class.privateWhatsappApk(Version version, byte[] md5Hash, byte[] secretKey, List<byte[]> certificates, boolean business) Creates an instance of aWhatsappApkrecord class. -
Uses of Version in it.auties.whatsapp.util
Fields in it.auties.whatsapp.util declared as VersionModifier and TypeFieldDescriptionstatic final VersionSpecification.Whatsapp.MOBILE_DEFAULT_IOS_VERSION