Uses of Record Class
it.auties.whatsapp.model.chat.ChatWallpaper
Packages that use ChatWallpaper
-
Uses of ChatWallpaper in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat declared as ChatWallpaperModifier and TypeFieldDescriptionprivate ChatWallpaperChat.wallpaperprivate ChatWallpaperChatBuilder.wallpaperMethods in it.auties.whatsapp.model.chat that return ChatWallpaperModifier and TypeMethodDescriptionChatWallpaperBuilder.build()static ChatWallpaperChatWallpaperSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.chat that return types with arguments of type ChatWallpaperMethods in it.auties.whatsapp.model.chat with parameters of type ChatWallpaperModifier and TypeMethodDescriptionstatic byte[]ChatWallpaperSpec.encode(ChatWallpaper protoInputObject) Chat.setWallpaper(ChatWallpaper wallpaper) ChatBuilder.wallpaper(ChatWallpaper wallpaper) Constructors in it.auties.whatsapp.model.chat with parameters of type ChatWallpaperModifierConstructorDescriptionChat(Jid jid, ConcurrentLinkedHashedDequeue<HistorySyncMessage> historySyncMessages, Jid newJid, Jid oldJid, int unreadMessagesCount, boolean readOnly, boolean endOfHistoryTransfer, ChatEphemeralTimer ephemeralMessageDuration, long ephemeralMessagesToggleTimeSeconds, Chat.EndOfHistoryTransferType endOfHistoryTransferType, long timestampSeconds, String name, boolean notSpam, boolean archived, ChatDisappear disappearInitiator, boolean markedAsUnread, List<GroupParticipant> participants, byte[] token, long tokenTimestampSeconds, byte[] identityKey, int pinnedTimestampSeconds, ChatMute mute, ChatWallpaper wallpaper, MediaVisibility mediaVisibility, long tokenSenderTimestampSeconds, boolean suspended, boolean terminated, long foundationTimestampSeconds, Jid founder, String description, boolean support, boolean parentGroup, boolean defaultSubGroup, Jid parentGroupJid, String displayName, Jid phoneJid, boolean shareOwnPhoneNumber, boolean pnhDuplicateLidThread, Jid lidJid) Chat(Jid jid, ConcurrentLinkedHashedDequeue<HistorySyncMessage> historySyncMessages, Jid newJid, Jid oldJid, int unreadMessagesCount, boolean readOnly, boolean endOfHistoryTransfer, ChatEphemeralTimer ephemeralMessageDuration, long ephemeralMessagesToggleTimeSeconds, Chat.EndOfHistoryTransferType endOfHistoryTransferType, long timestampSeconds, String name, boolean notSpam, boolean archived, ChatDisappear disappearInitiator, boolean markedAsUnread, List<GroupParticipant> participants, byte[] token, long tokenTimestampSeconds, byte[] identityKey, int pinnedTimestampSeconds, ChatMute mute, ChatWallpaper wallpaper, MediaVisibility mediaVisibility, long tokenSenderTimestampSeconds, boolean suspended, boolean terminated, long foundationTimestampSeconds, Jid founder, String description, boolean support, boolean parentGroup, boolean defaultSubGroup, Jid parentGroupJid, String displayName, Jid phoneJid, boolean shareOwnPhoneNumber, boolean pnhDuplicateLidThread, Jid lidJid, ConcurrentHashMap<Jid, ContactStatus> presences, Set<Jid> participantsPreKeys, Set<GroupPastParticipant> pastParticipants) -
Uses of ChatWallpaper in it.auties.whatsapp.model.setting
Fields in it.auties.whatsapp.model.setting with type parameters of type ChatWallpaperModifier and TypeFieldDescriptionprivate final Optional<ChatWallpaper> GlobalSettings.darkThemeWallpaperThe field for thedarkThemeWallpaperrecord component.private Optional<ChatWallpaper> GlobalSettingsBuilder.darkThemeWallpaperprivate final Optional<ChatWallpaper> GlobalSettings.lightThemeWallpaperThe field for thelightThemeWallpaperrecord component.private Optional<ChatWallpaper> GlobalSettingsBuilder.lightThemeWallpaperMethods in it.auties.whatsapp.model.setting that return types with arguments of type ChatWallpaperModifier and TypeMethodDescriptionGlobalSettings.darkThemeWallpaper()Returns the value of thedarkThemeWallpaperrecord component.GlobalSettings.lightThemeWallpaper()Returns the value of thelightThemeWallpaperrecord component.Methods in it.auties.whatsapp.model.setting with parameters of type ChatWallpaperModifier and TypeMethodDescriptionGlobalSettingsBuilder.darkThemeWallpaper(ChatWallpaper darkThemeWallpaper) GlobalSettingsBuilder.lightThemeWallpaper(ChatWallpaper lightThemeWallpaper) Method parameters in it.auties.whatsapp.model.setting with type arguments of type ChatWallpaperModifier and TypeMethodDescriptionGlobalSettingsBuilder.darkThemeWallpaper(Optional<ChatWallpaper> darkThemeWallpaper) GlobalSettingsBuilder.lightThemeWallpaper(Optional<ChatWallpaper> lightThemeWallpaper) Constructor parameters in it.auties.whatsapp.model.setting with type arguments of type ChatWallpaperModifierConstructorDescriptionGlobalSettings(Optional<ChatWallpaper> lightThemeWallpaper, MediaVisibility mediaVisibility, Optional<ChatWallpaper> darkThemeWallpaper, Optional<AutoDownloadSettings> autoDownloadWiFi, Optional<AutoDownloadSettings> autoDownloadCellular, Optional<AutoDownloadSettings> autoDownloadRoaming, boolean showIndividualNotificationsPreview, boolean showGroupNotificationsPreview, int disappearingModeDuration, long disappearingModeTimestampSeconds, AvatarUserSettings avatarUserSettings) Creates an instance of aGlobalSettingsrecord class.