Uses of Class
it.auties.whatsapp.util.FutureReference
Packages that use FutureReference
-
Uses of FutureReference in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as FutureReferenceModifier and TypeFieldDescription(package private) FutureReference<Version> Store.versionThe version used by this sessionprivate FutureReference<Version> StoreBuilder.versionMethods in it.auties.whatsapp.controller with parameters of type FutureReferenceConstructors in it.auties.whatsapp.controller with parameters of type FutureReferenceModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, 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.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 FutureReference in it.auties.whatsapp.util
Methods in it.auties.whatsapp.util that return FutureReferenceModifier and TypeMethodDescriptionstatic <T> FutureReference<T> FutureReference.of(T initialValue)