Uses of Record Class
it.auties.whatsapp.model.privacy.PrivacySettingEntry
Packages that use PrivacySettingEntry
-
Uses of PrivacySettingEntry in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller with type parameters of type PrivacySettingEntryModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<PrivacySettingType, PrivacySettingEntry> Store.privacySettingsThe non-null map of privacy settingsMethods in it.auties.whatsapp.controller that return PrivacySettingEntryModifier and TypeMethodDescriptionStore.addPrivacySetting(PrivacySettingType type, PrivacySettingEntry entry) Sets the privacy setting entry for a typeStore.findPrivacySetting(PrivacySettingType type) Queries the privacy setting entry for the typeMethods in it.auties.whatsapp.controller that return types with arguments of type PrivacySettingEntryMethods in it.auties.whatsapp.controller with parameters of type PrivacySettingEntryModifier and TypeMethodDescriptionStore.addPrivacySetting(PrivacySettingType type, PrivacySettingEntry entry) Sets the privacy setting entry for a type -
Uses of PrivacySettingEntry in it.auties.whatsapp.listener
Methods in it.auties.whatsapp.listener with parameters of type PrivacySettingEntryModifier and TypeMethodDescriptiondefault voidListener.onPrivacySettingChanged(Whatsapp whatsapp, PrivacySettingEntry oldPrivacyEntry, PrivacySettingEntry newPrivacyEntry) Called when a privacy setting is modifieddefault voidListener.onPrivacySettingChanged(PrivacySettingEntry oldPrivacyEntry, PrivacySettingEntry newPrivacyEntry) Called when a privacy setting is modifiedvoidOnPrivacySettingChanged.onPrivacySettingChanged(PrivacySettingEntry oldPrivacyEntry, PrivacySettingEntry newPrivacyEntry) Called when a privacy setting is modifiedvoidOnWhatsappPrivacySettingChanged.onPrivacySettingChanged(Whatsapp whatsapp, PrivacySettingEntry oldPrivacyEntry, PrivacySettingEntry newPrivacyEntry) Called when a privacy setting is modified