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 with parameters of type TextPreviewSettingModifier and TypeMethodDescriptionOptionsBuilder.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 TypeFieldDescriptionprivate TextPreviewSettingStore.textPreviewSettingThe setting to use when generating previews for text messages that contain linksMethods in it.auties.whatsapp.controller that return TextPreviewSettingMethods in it.auties.whatsapp.controller with parameters of type TextPreviewSettingModifier and TypeMethodDescriptionStore.setTextPreviewSetting(TextPreviewSetting textPreviewSetting) Constructors in it.auties.whatsapp.controller with parameters of type TextPreviewSettingModifierConstructorDescriptionStore(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