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 TypeFieldDescriptionprivate FutureReference<Version> Store.versionThe version used by this sessionMethods in it.auties.whatsapp.controller that return VersionMethods in it.auties.whatsapp.controller with parameters of type VersionConstructor parameters in it.auties.whatsapp.controller with type arguments of type VersionModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, 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<Jid, ConcurrentHashMap<String, ChatMessageInfo>> status, ConcurrentHashMap<Jid, Newsletter> newsletters, ConcurrentHashMap<PrivacySettingType, 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
Methods in it.auties.whatsapp.model.companion 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) 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 VersionTokenProvider.iosVersionprivate final VersionTokenProvider.WhatsappApk.versionThe field for theversionrecord component.private static VersionTokenProvider.webVersionMethods in it.auties.whatsapp.registration that return VersionModifier and TypeMethodDescriptionTokenProvider.WhatsappApk.version()Returns the value of theversionrecord component.Methods in it.auties.whatsapp.registration that return types with arguments of type VersionModifier and TypeMethodDescriptionstatic CompletableFuture<Version> TokenProvider.getVersion(UserAgent.PlatformType platform) private static CompletableFuture<Version> TokenProvider.getVersion(UserAgent.PlatformType platform, boolean useJarCache) private static CompletableFuture<Version> TokenProvider.getWebVersion()Methods in it.auties.whatsapp.registration with parameters of type VersionModifier and TypeMethodDescriptionprivate static StringTokenProvider.getIosToken(long phoneNumber, Version version, boolean business) private static StringTokenProvider.getKaiOsToken(long phoneNumber, Version version) Constructors in it.auties.whatsapp.registration with parameters of type VersionModifierConstructorDescriptionWhatsappApk(Version version, byte[] md5Hash, byte[] secretKey, Collection<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.DEFAULT_MOBILE_BUSINESS_IOS_VERSIONstatic final VersionSpecification.Whatsapp.DEFAULT_MOBILE_IOS_VERSIONstatic final VersionSpecification.Whatsapp.DEFAULT_MOBILE_KAIOS_VERSION