Uses of Class
it.auties.whatsapp.controller.Store
Packages that use Store
Package
Description
-
Uses of Store in it.auties.whatsapp.api
Fields in it.auties.whatsapp.api declared as StoreModifier and TypeFieldDescription(package private) final StoreMobileRegistrationBuilder.store(package private) StoreOptionsBuilder.storeprivate StoreWhatsappCustomBuilder.storeMethods in it.auties.whatsapp.api that return StoreModifier and TypeMethodDescriptionWhatsapp.store()Returns the store associated with this sessionMethods in it.auties.whatsapp.api with parameters of type StoreModifier and TypeMethodDescriptionprivate static WebVerificationSupportWhatsappCustomBuilder.getWebVerificationMethod(Store store, Keys keys, WebVerificationSupport webVerificationSupport) Constructors in it.auties.whatsapp.api with parameters of type StoreModifierConstructorDescription(package private)MobileOptionsBuilder(Store store, Keys keys) (package private)MobileRegistrationBuilder(Store store, Keys keys, ErrorHandler errorHandler, ExecutorService socketExecutor) (package private)OptionsBuilder(Store store, Keys keys) (package private)Unregistered(Store store, Keys keys, ErrorHandler errorHandler, ExecutorService socketExecutor) (package private)Unverified(Store store, Keys keys, ErrorHandler errorHandler, ExecutorService socketExecutor) (package private)WebOptionsBuilder(Store store, Keys keys) protectedWhatsapp(Store store, Keys keys, ErrorHandler errorHandler, WebVerificationSupport webVerificationSupport, ExecutorService socketExecutor) -
Uses of Store in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as StoreModifier and TypeFieldDescriptionprivate final StoreStoreKeysPair.storeThe field for thestorerecord component.Methods in it.auties.whatsapp.controller that return StoreModifier and TypeMethodDescriptionStore.addListener(Listener listener) Registers a listenerStore.addListeners(Collection<Listener> listeners) Registers a collection of listenersStore.addStatus(ChatMessageInfo info) Adds a status to this storeStoreBuilder.build()static StoreStoreSpec.decode(byte[] input) Store.removeListener()Removes all listenersStore.removeListener(Listener listener) Removes a listenerStore.setAutodetectListeners(boolean autodetectListeners) Store.setAutomaticPresenceUpdates(boolean automaticPresenceUpdates) Store.setBusinessAddress(String businessAddress) Store.setBusinessCategory(BusinessCategory businessCategory) Store.setBusinessDescription(String businessDescription) Store.setBusinessEmail(String businessEmail) Store.setBusinessLatitude(Double businessLatitude) Store.setBusinessLongitude(Double businessLongitude) Store.setBusinessWebsite(String businessWebsite) Store.setCheckPatchMacs(boolean checkPatchMacs) Store.setDevice(CompanionDevice device) Store.setDeviceHash(String deviceHash) Store.setHistoryLength(WebHistoryLength historyLength) Store.setLinkedDevicesKeys(LinkedHashMap<Jid, Integer> linkedDevicesKeys) Store.setLocale(CountryLocale locale) Store.setMediaConnection(MediaConnection mediaConnection) Writes a media connectionStore.setNewChatsEphemeralTimer(ChatEphemeralTimer newChatsEphemeralTimer) Store.setOnline(boolean online) Store.setProfilePicture(URI profilePicture) Sets the proxy used by this sessionStore.setReleaseChannel(UserAgent.ReleaseChannel releaseChannel) Store.setTextPreviewSetting(TextPreviewSetting textPreviewSetting) Store.setTwentyFourHourFormat(boolean twentyFourHourFormat) Store.setUnarchiveChats(boolean unarchiveChats) Store.setVersion(Version version) StoreKeysPair.store()Returns the value of thestorerecord component.Methods in it.auties.whatsapp.controller that return types with arguments of type StoreModifier and TypeMethodDescriptionControllerSerializer.deserializeStore(ClientType type, long phoneNumber) Serializes the storeControllerSerializer.deserializeStore(ClientType type, String alias) Serializes the storeControllerSerializer.deserializeStore(ClientType type, UUID id) Serializes the storeMethods in it.auties.whatsapp.controller with parameters of type StoreModifier and TypeMethodDescriptiondefault CompletableFuture<Void> ControllerSerializer.attributeStore(Store store) Attributes the store asynchronously.static byte[]ControllerSerializer.serializeStore(Store store, boolean async) Serializes the storeConstructors in it.auties.whatsapp.controller with parameters of type StoreModifierConstructorDescriptionStoreKeysPair(Store store, Keys keys) Creates an instance of aStoreKeysPairrecord class. -
Uses of Store in it.auties.whatsapp.registration
Fields in it.auties.whatsapp.registration declared as StoreMethods in it.auties.whatsapp.registration with parameters of type StoreModifier and TypeMethodDescriptionprivate CompletableFuture<Map<String, Object>> HttpRegistration.getRegistrationOptions(Store store, Keys keys, boolean useToken, boolean isRetry, Map.Entry<String, Object>... attributes) private voidHttpRegistration.saveRegistrationStatus(Store store, Keys keys, boolean registered) Constructors in it.auties.whatsapp.registration with parameters of type StoreModifierConstructorDescriptionHttpRegistration(Store store, Keys keys, AsyncVerificationCodeSupplier codeHandler, VerificationCodeMethod method) -
Uses of Store in it.auties.whatsapp.util
Methods in it.auties.whatsapp.util that return types with arguments of type StoreModifier and TypeMethodDescriptionDefaultControllerSerializer.deserializeStore(ClientType type, long phoneNumber) DefaultControllerSerializer.deserializeStore(ClientType type, String alias) DefaultControllerSerializer.deserializeStore(ClientType type, UUID id) DefaultControllerSerializer.deserializeStoreFromId(ClientType type, String id) Methods in it.auties.whatsapp.util with parameters of type StoreModifier and TypeMethodDescriptionDefaultControllerSerializer.attributeStore(Store store) private voidDefaultControllerSerializer.attributeStoreContextInfo(Store store, ContextInfo contextInfo) private voidDefaultControllerSerializer.attributeStoreContextualMessage(Store store, HistorySyncMessage message) private voidDefaultControllerSerializer.attributeStoreContextualMessages(Store store) private voidDefaultControllerSerializer.deserializeChat(Store store, Path chatFile) private voidDefaultControllerSerializer.deserializeNewsletter(Store store, Path newsletterFile) private PathDefaultControllerSerializer.getSessionFile(Store store, String fileName) private CompletableFuture<Void> DefaultControllerSerializer.handleStoreFile(Store store, Path entry) private CompletableFuture<Void> DefaultControllerSerializer.serializeChatAsync(Store store, Chat chat) private CompletableFuture<?>[]DefaultControllerSerializer.serializeChatsAsync(Store store) private CompletableFuture<Void> DefaultControllerSerializer.serializeNewsletterAsync(Store store, Newsletter newsletter) private CompletableFuture<?>[]DefaultControllerSerializer.serializeNewslettersAsync(Store store) DefaultControllerSerializer.serializeStore(Store store, boolean async)