Uses of Enum Class
it.auties.whatsapp.model.contact.ContactStatus
Packages that use ContactStatus
Package
Description
-
Uses of ContactStatus in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type ContactStatusModifier and TypeMethodDescriptionWhatsapp.changePresence(JidProvider chatJid, ContactStatus presence) Changes your presence for a specific chatprivate voidWhatsapp.updateSelfPresence(JidProvider chatJid, ContactStatus presence) -
Uses of ContactStatus in it.auties.whatsapp.listener
Methods in it.auties.whatsapp.listener with parameters of type ContactStatusModifier and TypeMethodDescriptiondefault voidListener.onContactPresence(Whatsapp whatsapp, Chat chat, Jid jid, ContactStatus status) Called when the socket receives an update regarding the presence of a contactdefault voidListener.onContactPresence(Chat chat, Jid jid, ContactStatus status) Called when the socket receives an update regarding the presence of a contactvoidOnContactPresence.onContactPresence(Chat chat, Jid jid, ContactStatus status) Called when the socket receives an update regarding the presence of a contactvoidOnWhatsappContactPresence.onContactPresence(Whatsapp whatsapp, Chat chat, Jid jid, ContactStatus status) Called when the socket receives an update regarding the presence of a contact -
Uses of ContactStatus in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat with type parameters of type ContactStatusModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<Jid, ContactStatus> Chat.presencesMethods in it.auties.whatsapp.model.chat that return types with arguments of type ContactStatusConstructor parameters in it.auties.whatsapp.model.chat with type arguments of type ContactStatusModifierConstructorDescriptionChat(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 ContactStatus in it.auties.whatsapp.model.contact
Fields in it.auties.whatsapp.model.contact declared as ContactStatusModifier and TypeFieldDescriptionprivate ContactStatusContact.lastKnownPresenceThe nullable last known presence of this contact.Methods in it.auties.whatsapp.model.contact that return ContactStatusModifier and TypeMethodDescriptionContact.lastKnownPresence()static ContactStatusReturns the enum constant of this class with the specified name.static ContactStatus[]ContactStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.contact that return types with arguments of type ContactStatusMethods in it.auties.whatsapp.model.contact with parameters of type ContactStatusConstructors in it.auties.whatsapp.model.contact with parameters of type ContactStatus