Uses of Enum Class
it.auties.whatsapp.model.message.model.MessageStatus
Packages that use MessageStatus
-
Uses of MessageStatus in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as MessageStatusModifier and TypeFieldDescriptionprivate MessageStatusChatMessageInfo.statusprivate MessageStatusChatMessageInfoBuilder.statusprivate MessageStatusNewsletterMessageInfo.statusprivate MessageStatusNewsletterMessageInfoBuilder.statusMethods in it.auties.whatsapp.model.info that return MessageStatusModifier and TypeMethodDescriptionChatMessageInfo.status()MessageStatusInfo.status()NewsletterMessageInfo.status()Methods in it.auties.whatsapp.model.info with parameters of type MessageStatusModifier and TypeMethodDescriptionChatMessageInfo.setStatus(MessageStatus status) MessageStatusInfo.setStatus(MessageStatus status) NewsletterMessageInfo.setStatus(MessageStatus status) ChatMessageInfoBuilder.status(MessageStatus status) NewsletterMessageInfoBuilder.status(MessageStatus status) Constructors in it.auties.whatsapp.model.info with parameters of type MessageStatusModifierConstructorDescriptionChatMessageInfo(ChatMessageKey key, MessageContainer message, long timestampSeconds, MessageStatus status, Jid senderJid, long messageC2STimestamp, boolean ignore, boolean starred, boolean broadcast, String pushName, byte[] mediaCiphertextSha256, boolean multicast, boolean urlText, boolean urlNumber, ChatMessageInfo.StubType stubType, boolean clearMedia, List<String> stubParameters, int duration, List<String> labels, PaymentInfo paymentInfo, LiveLocationMessage finalLiveLocation, PaymentInfo quotedPaymentInfo, long ephemeralStartTimestamp, int ephemeralDuration, boolean enableEphemeral, boolean ephemeralOutOfSync, BusinessPrivacyStatus businessPrivacyStatus, String businessVerifiedName, MediaData mediaData, PhotoChange photoChange, MessageReceipt receipt, List<ReactionMessage> reactions, MediaData quotedStickerData, byte[] futureProofData, PublicServiceAnnouncementStatus psaStatus, List<PollUpdate> pollUpdates, PollAdditionalMetadata pollAdditionalMetadata, String agentId, boolean statusAlreadyViewed, byte[] messageSecret, KeepInChat keepInChat, Jid originalSender, long revokeTimestampSeconds) ChatMessageInfo(ChatMessageKey key, MessageContainer message, long timestampSeconds, MessageStatus status, Jid senderJid, long messageC2STimestamp, boolean ignore, boolean starred, boolean broadcast, String pushName, byte[] mediaCiphertextSha256, boolean multicast, boolean urlText, boolean urlNumber, ChatMessageInfo.StubType stubType, boolean clearMedia, List<String> stubParameters, int duration, List<String> labels, PaymentInfo paymentInfo, LiveLocationMessage finalLiveLocation, PaymentInfo quotedPaymentInfo, long ephemeralStartTimestamp, int ephemeralDuration, boolean enableEphemeral, boolean ephemeralOutOfSync, BusinessPrivacyStatus businessPrivacyStatus, String businessVerifiedName, MediaData mediaData, PhotoChange photoChange, MessageReceipt receipt, List<ReactionMessage> reactions, MediaData quotedStickerData, byte[] futureProofData, PublicServiceAnnouncementStatus psaStatus, List<PollUpdate> pollUpdates, PollAdditionalMetadata pollAdditionalMetadata, String agentId, boolean statusAlreadyViewed, byte[] messageSecret, KeepInChat keepInChat, Jid originalSender, long revokeTimestampSeconds, Chat chat, Contact sender) NewsletterMessageInfo(String id, int serverId, Long timestampSeconds, Long views, Map<String, it.auties.whatsapp.model.newsletter.NewsletterReaction> reactions, MessageContainer message, MessageStatus status) -
Uses of MessageStatus in it.auties.whatsapp.model.message.model
Methods in it.auties.whatsapp.model.message.model that return MessageStatusModifier and TypeMethodDescriptionstatic MessageStatusReturns the enum constant of this class with the specified name.static MessageStatus[]MessageStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.message.model that return types with arguments of type MessageStatusModifier and TypeMethodDescriptionstatic Optional<MessageStatus> MessageStatusSpec.decode(int index) static Optional<MessageStatus> Methods in it.auties.whatsapp.model.message.model with parameters of type MessageStatusModifier and TypeMethodDescriptionstatic IntegerMessageStatusSpec.encode(MessageStatus protoInputObject)