Uses of Enum Class
it.auties.whatsapp.model.message.model.MessageType
Packages that use MessageType
Package
Description
-
Uses of MessageType in it.auties.whatsapp.model.button.template.highlyStructured
Methods in it.auties.whatsapp.model.button.template.highlyStructured that return MessageType -
Uses of MessageType in it.auties.whatsapp.model.message.button
Methods in it.auties.whatsapp.model.message.button that return MessageTypeModifier and TypeMethodDescriptionButtonsMessage.type()Returns the type of this messageButtonsResponseMessage.type()InteractiveMessage.type()InteractiveResponseMessage.type()ListMessage.type()ListResponseMessage.type()NativeFlowResponseMessage.type()TemplateMessage.type()TemplateReplyMessage.type() -
Uses of MessageType in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model declared as MessageTypeModifier and TypeFieldDescriptionprivate final MessageTypeMediaMessageType.messageTypeThe message type for this mediaMethods in it.auties.whatsapp.model.message.model that return MessageTypeModifier and TypeMethodDescriptionMessageContainer.deepType()Returns the deep type of the message unwrapping ephemeral and view once messagesMediaMessageType.toMessageType()The message type for this mediadefault MessageTypeMediaMessage.type()Message.type()Return message typeMessageContainer.type()Returns the type of the messagestatic MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.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 with parameters of type MessageTypeModifier and TypeMethodDescriptionbooleanMessageContainer.hasType(MessageType type) Checks whether the message that this container wraps matches the provided typeConstructors in it.auties.whatsapp.model.message.model with parameters of type MessageTypeModifierConstructorDescriptionprivateMediaMessageType(String defaultMimeType, MessageType messageType, AttachmentType attachmentType) -
Uses of MessageType in it.auties.whatsapp.model.message.payment
Methods in it.auties.whatsapp.model.message.payment that return MessageType -
Uses of MessageType in it.auties.whatsapp.model.message.server
Methods in it.auties.whatsapp.model.message.server that return MessageType -
Uses of MessageType in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return MessageTypeModifier and TypeMethodDescriptionCallMessage.type()ContactMessage.type()ContactsMessage.type()EmptyMessage.type()EncryptedReactionMessage.type()GroupInviteMessage.type()KeepInChatMessage.type()LiveLocationMessage.type()LocationMessage.type()PollCreationMessage.type()PollUpdateMessage.type()ProductMessage.type()ReactionMessage.type()RequestPhoneNumberMessage.type()TextMessage.type()