Uses of Record Class
it.auties.whatsapp.model.mobile.CountryLocale
Packages that use CountryLocale
Package
Description
-
Uses of CountryLocale in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as CountryLocaleModifier and TypeFieldDescription(package private) CountryLocaleStore.localeThe locale of the user linked to this accountprivate CountryLocaleStoreBuilder.localeMethods in it.auties.whatsapp.controller that return types with arguments of type CountryLocaleMethods in it.auties.whatsapp.controller with parameters of type CountryLocaleModifier and TypeMethodDescriptionStoreBuilder.locale(CountryLocale locale) Store.setLocale(CountryLocale locale) Constructors in it.auties.whatsapp.controller with parameters of type CountryLocaleModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, ClientType clientType, Collection<String> alias, URI proxy, CompletableFuture<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 automaticPresenceUpdates, boolean automaticMessageReceipts, UserAgent.ReleaseChannel releaseChannel, CompanionDevice device, boolean checkPatchMacs) All args constructor -
Uses of CountryLocale in it.auties.whatsapp.listener
Methods in it.auties.whatsapp.listener with parameters of type CountryLocaleModifier and TypeMethodDescriptiondefault voidListener.onLocaleChanged(Whatsapp whatsapp, CountryLocale oldLocale, CountryLocale newLocale) Called when the companion's locale changesdefault voidListener.onLocaleChanged(CountryLocale oldLocale, CountryLocale newLocale) Called when the companion's locale changesvoidOnUserLocaleChanged.onLocaleChanged(CountryLocale oldLocale, CountryLocale newLocale) Called when the companion's locale changesvoidOnWhatsappLocaleChanged.onLocaleChanged(Whatsapp whatsapp, CountryLocale oldLocale, CountryLocale newLocale) Called when the companion's locale changes -
Uses of CountryLocale in it.auties.whatsapp.model.mobile
Methods in it.auties.whatsapp.model.mobile that return CountryLocaleModifier and TypeMethodDescriptionCountryLocaleBuilder.build()static CountryLocaleCountryLocaleSpec.decode(byte[] input) static CountryLocaleMethods in it.auties.whatsapp.model.mobile that return types with arguments of type CountryLocaleMethods in it.auties.whatsapp.model.mobile with parameters of type CountryLocaleModifier and TypeMethodDescriptionstatic byte[]CountryLocaleSpec.encode(CountryLocale protoInputObject)