Uses of Enum Class
it.auties.whatsapp.api.TextPreviewSetting
Packages that use TextPreviewSetting
-
Uses of TextPreviewSetting in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return TextPreviewSettingModifier and TypeMethodDescriptionstatic TextPreviewSettingReturns the enum constant of this class with the specified name.static TextPreviewSetting[]TextPreviewSetting.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.api that return types with arguments of type TextPreviewSettingModifier and TypeMethodDescriptionstatic Optional<TextPreviewSetting> TextPreviewSettingSpec.decode(int index) Methods in it.auties.whatsapp.api with parameters of type TextPreviewSettingModifier and TypeMethodDescriptionstatic IntegerTextPreviewSettingSpec.encode(TextPreviewSetting protoInputObject) OptionsBuilder.textPreviewSetting(TextPreviewSetting textPreviewSetting) Sets whether a preview should be automatically generated and attached to text messages that contain links By default, it's enabled with inference -
Uses of TextPreviewSetting in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as TextPreviewSettingModifier and TypeFieldDescription(package private) TextPreviewSettingStore.textPreviewSettingThe setting to use when generating previews for text messages that contain linksprivate TextPreviewSettingStoreBuilder.textPreviewSettingMethods in it.auties.whatsapp.controller that return TextPreviewSettingMethods in it.auties.whatsapp.controller with parameters of type TextPreviewSettingModifier and TypeMethodDescriptionStore.setTextPreviewSetting(TextPreviewSetting textPreviewSetting) StoreBuilder.textPreviewSetting(TextPreviewSetting textPreviewSetting) Constructors in it.auties.whatsapp.controller with parameters of type TextPreviewSettingModifierConstructorDescriptionStore(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