Uses of Class
it.auties.whatsapp.model.info.ContextInfo
Packages that use ContextInfo
Package
Description
-
Uses of ContextInfo in it.auties.whatsapp.model.info
Methods in it.auties.whatsapp.model.info that return ContextInfoModifier and TypeMethodDescriptionContextInfoBuilder.build()static ContextInfoContextInfoSpec.decode(byte[] input) static ContextInfoContextInfo.empty()static ContextInfoContextInfo.of(MessageInfo quotedMessage) ContextInfo.setEphemeralExpiration(int ephemeralExpiration) ContextInfo.setEphemeralSettingTimestamp(long ephemeralSettingTimestamp) ContextInfo.setQuotedMessageChat(Chat quotedMessageChat) ContextInfo.setQuotedMessageSender(Contact quotedMessageSender) Methods in it.auties.whatsapp.model.info with parameters of type ContextInfoModifier and TypeMethodDescriptionstatic byte[]ContextInfoSpec.encode(ContextInfo protoInputObject) static Optional<QuotedMessageInfo> QuotedMessageInfo.of(ContextInfo contextInfo) Constructs a quoted message from a context info -
Uses of ContextInfo in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as ContextInfoModifier and TypeFieldDescriptionprivate ContextInfoButtonsMessage.contextInfoprivate ContextInfoButtonsMessageBuilder.contextInfoprivate ContextInfoButtonsMessageSimpleBuilder.contextInfoprivate ContextInfoButtonsResponseMessage.contextInfoprivate ContextInfoButtonsResponseMessageBuilder.contextInfoprivate ContextInfoInteractiveMessage.contextInfoprivate ContextInfoInteractiveMessageBuilder.contextInfoprivate ContextInfoInteractiveMessageSimpleBuilder.contextInfoprivate ContextInfoInteractiveResponseMessage.contextInfoprivate ContextInfoInteractiveResponseMessageBuilder.contextInfoprivate ContextInfoListMessage.contextInfoprivate ContextInfoListMessageBuilder.contextInfoprivate ContextInfoListResponseMessage.contextInfoprivate ContextInfoListResponseMessageBuilder.contextInfoprivate ContextInfoTemplateMessage.contextInfoprivate ContextInfoTemplateMessageBuilder.contextInfoprivate ContextInfoTemplateMessageSimpleBuilder.contextInfoprivate ContextInfoTemplateReplyMessage.contextInfoprivate ContextInfoTemplateReplyMessageBuilder.contextInfoMethods in it.auties.whatsapp.model.message.button that return types with arguments of type ContextInfoModifier and TypeMethodDescriptionButtonsMessage.contextInfo()ButtonsResponseMessage.contextInfo()InteractiveMessage.contextInfo()InteractiveResponseMessage.contextInfo()ListMessage.contextInfo()ListResponseMessage.contextInfo()TemplateMessage.contextInfo()TemplateReplyMessage.contextInfo()Methods in it.auties.whatsapp.model.message.button with parameters of type ContextInfoModifier and TypeMethodDescriptionButtonsMessageBuilder.contextInfo(ContextInfo contextInfo) ButtonsMessageSimpleBuilder.contextInfo(ContextInfo contextInfo) ButtonsResponseMessageBuilder.contextInfo(ContextInfo contextInfo) InteractiveMessageBuilder.contextInfo(ContextInfo contextInfo) InteractiveMessageSimpleBuilder.contextInfo(ContextInfo contextInfo) InteractiveResponseMessageBuilder.contextInfo(ContextInfo contextInfo) ListMessageBuilder.contextInfo(ContextInfo contextInfo) ListResponseMessageBuilder.contextInfo(ContextInfo contextInfo) TemplateMessageBuilder.contextInfo(ContextInfo contextInfo) TemplateMessageSimpleBuilder.contextInfo(ContextInfo contextInfo) TemplateReplyMessageBuilder.contextInfo(ContextInfo contextInfo) (package private) static ButtonsMessageButtonsMessage.customBuilder(ButtonsMessageHeader header, String body, String footer, ContextInfo contextInfo, List<Button> buttons) (package private) static TemplateMessageTemplateMessage.customBuilder(String id, HydratedFourRowTemplate content, TemplateFormatter format, ContextInfo contextInfo) ButtonsMessage.setContextInfo(ContextInfo contextInfo) ButtonsResponseMessage.setContextInfo(ContextInfo contextInfo) InteractiveMessage.setContextInfo(ContextInfo contextInfo) InteractiveResponseMessage.setContextInfo(ContextInfo contextInfo) ListMessage.setContextInfo(ContextInfo contextInfo) ListResponseMessage.setContextInfo(ContextInfo contextInfo) TemplateMessage.setContextInfo(ContextInfo contextInfo) TemplateReplyMessage.setContextInfo(ContextInfo contextInfo) (package private) static InteractiveMessageInteractiveMessage.simpleBuilder(InteractiveHeader header, String body, String footer, InteractiveMessageContent content, ContextInfo contextInfo) Constructors in it.auties.whatsapp.model.message.button with parameters of type ContextInfoModifierConstructorDescriptionButtonsMessage(ButtonsMessageHeaderText headerText, DocumentMessage headerDocument, ImageMessage headerImage, VideoOrGifMessage headerVideo, LocationMessage headerLocation, String body, String footer, ContextInfo contextInfo, List<Button> buttons, ButtonsMessageHeader.Type headerType) ButtonsResponseMessage(String buttonId, String buttonText, ContextInfo contextInfo, ButtonsResponseMessage.ResponseType responseType) InteractiveMessage(InteractiveHeader header, InteractiveBody body, InteractiveFooter footer, InteractiveShop contentShop, InteractiveCollection contentCollection, InteractiveNativeFlow contentNativeFlow, ContextInfo contextInfo) InteractiveResponseMessage(InteractiveBody body, NativeFlowResponseMessage nativeFlowResponseMessage, ContextInfo contextInfo) ListMessage(String title, String description, String button, ListMessage.Type listType, List<ButtonSection> sections, ProductListInfo productListInfo, String footer, ContextInfo contextInfo) ListResponseMessage(String title, SingleSelectReplyButton reply, ContextInfo contextInfo, String description, ListResponseMessage.Type listType) TemplateMessage(String id, HydratedFourRowTemplate content, HighlyStructuredFourRowTemplate highlyStructuredFourRowTemplateFormat, HydratedFourRowTemplate hydratedFourRowTemplateFormat, InteractiveMessage interactiveMessageFormat, ContextInfo contextInfo) TemplateReplyMessage(String id, String buttonText, ContextInfo contextInfo, int index) -
Uses of ContextInfo in it.auties.whatsapp.model.message.model
Methods in it.auties.whatsapp.model.message.model that return types with arguments of type ContextInfoMethods in it.auties.whatsapp.model.message.model with parameters of type ContextInfo -
Uses of ContextInfo in it.auties.whatsapp.model.message.payment
Fields in it.auties.whatsapp.model.message.payment declared as ContextInfoModifier and TypeFieldDescriptionprivate ContextInfoPaymentInvoiceMessage.contextInfoprivate ContextInfoPaymentInvoiceMessageBuilder.contextInfoprivate ContextInfoPaymentOrderMessage.contextInfoprivate ContextInfoPaymentOrderMessageBuilder.contextInfoMethods in it.auties.whatsapp.model.message.payment that return types with arguments of type ContextInfoModifier and TypeMethodDescriptionPaymentInvoiceMessage.contextInfo()PaymentOrderMessage.contextInfo()Methods in it.auties.whatsapp.model.message.payment with parameters of type ContextInfoModifier and TypeMethodDescriptionPaymentInvoiceMessageBuilder.contextInfo(ContextInfo contextInfo) PaymentOrderMessageBuilder.contextInfo(ContextInfo contextInfo) PaymentInvoiceMessage.setContextInfo(ContextInfo contextInfo) PaymentOrderMessage.setContextInfo(ContextInfo contextInfo) Constructors in it.auties.whatsapp.model.message.payment with parameters of type ContextInfoModifierConstructorDescriptionPaymentInvoiceMessage(String note, String token, PaymentInvoiceMessage.PaymentAttachmentType paymentAttachmentType, String mimeType, byte[] mediaKey, Long mediaKeyTimestampSeconds, byte[] mediaSha256, byte[] mediaEncryptedSha256, String mediaDirectPath, byte[] thumbnail, ContextInfo contextInfo) PaymentOrderMessage(String id, byte[] thumbnail, int itemCount, PaymentOrderMessage.Status status, PaymentOrderMessage.PaymentOrderSurface surface, String message, String title, Jid sellerId, String token, long amount, String currency, ContextInfo contextInfo) -
Uses of ContextInfo in it.auties.whatsapp.model.message.standard
Fields in it.auties.whatsapp.model.message.standard declared as ContextInfoModifier and TypeFieldDescriptionprivate ContextInfoAudioMessage.contextInfoprivate ContextInfoAudioMessageBuilder.contextInfoprivate ContextInfoAudioMessageSimpleBuilder.contextInfoprivate ContextInfoContactMessage.contextInfoprivate ContextInfoContactMessageBuilder.contextInfoprivate ContextInfoContactsMessage.contextInfoprivate ContextInfoContactsMessageBuilder.contextInfoprivate ContextInfoDocumentMessage.contextInfoprivate ContextInfoDocumentMessageBuilder.contextInfoprivate ContextInfoDocumentMessageSimpleBuilder.contextInfoprivate ContextInfoGifMessageSimpleBuilder.contextInfoprivate ContextInfoGroupInviteMessage.contextInfoprivate ContextInfoGroupInviteMessageBuilder.contextInfoprivate ContextInfoImageMessage.contextInfoprivate ContextInfoImageMessageBuilder.contextInfoprivate ContextInfoImageMessageSimpleBuilder.contextInfoprivate ContextInfoLiveLocationMessage.contextInfoprivate ContextInfoLiveLocationMessageBuilder.contextInfoprivate ContextInfoLocationMessage.contextInfoprivate ContextInfoLocationMessageBuilder.contextInfoprivate ContextInfoPollCreationMessage.contextInfoprivate ContextInfoPollCreationMessageBuilder.contextInfoprivate ContextInfoProductMessage.contextInfoprivate ContextInfoProductMessageBuilder.contextInfoprivate ContextInfoRequestPhoneNumberMessage.contextInfoprivate ContextInfoRequestPhoneNumberMessageBuilder.contextInfoprivate ContextInfoSimpleStickerMessageBuilder.contextInfoprivate ContextInfoStickerMessage.contextInfoprivate ContextInfoStickerMessageBuilder.contextInfoprivate ContextInfoTextMessage.contextInfoprivate ContextInfoTextMessageBuilder.contextInfoprivate ContextInfoVideoMessageSimpleBuilder.contextInfoprivate ContextInfoVideoOrGifMessage.contextInfoprivate ContextInfoVideoOrGifMessageBuilder.contextInfoMethods in it.auties.whatsapp.model.message.standard that return types with arguments of type ContextInfoModifier and TypeMethodDescriptionAudioMessage.contextInfo()ContactMessage.contextInfo()ContactsMessage.contextInfo()DocumentMessage.contextInfo()GroupInviteMessage.contextInfo()ImageMessage.contextInfo()LiveLocationMessage.contextInfo()LocationMessage.contextInfo()PollCreationMessage.contextInfo()ProductMessage.contextInfo()RequestPhoneNumberMessage.contextInfo()StickerMessage.contextInfo()TextMessage.contextInfo()VideoOrGifMessage.contextInfo()Methods in it.auties.whatsapp.model.message.standard with parameters of type ContextInfoModifier and TypeMethodDescriptionAudioMessageBuilder.contextInfo(ContextInfo contextInfo) AudioMessageSimpleBuilder.contextInfo(ContextInfo contextInfo) ContactMessageBuilder.contextInfo(ContextInfo contextInfo) ContactsMessageBuilder.contextInfo(ContextInfo contextInfo) DocumentMessageBuilder.contextInfo(ContextInfo contextInfo) DocumentMessageSimpleBuilder.contextInfo(ContextInfo contextInfo) GifMessageSimpleBuilder.contextInfo(ContextInfo contextInfo) GroupInviteMessageBuilder.contextInfo(ContextInfo contextInfo) ImageMessageBuilder.contextInfo(ContextInfo contextInfo) ImageMessageSimpleBuilder.contextInfo(ContextInfo contextInfo) LiveLocationMessageBuilder.contextInfo(ContextInfo contextInfo) LocationMessageBuilder.contextInfo(ContextInfo contextInfo) PollCreationMessageBuilder.contextInfo(ContextInfo contextInfo) ProductMessageBuilder.contextInfo(ContextInfo contextInfo) RequestPhoneNumberMessageBuilder.contextInfo(ContextInfo contextInfo) SimpleStickerMessageBuilder.contextInfo(ContextInfo contextInfo) StickerMessageBuilder.contextInfo(ContextInfo contextInfo) TextMessageBuilder.contextInfo(ContextInfo contextInfo) VideoMessageSimpleBuilder.contextInfo(ContextInfo contextInfo) VideoOrGifMessageBuilder.contextInfo(ContextInfo contextInfo) (package private) static AudioMessageAudioMessage.customBuilder(byte[] media, ContextInfo contextInfo, String mimeType, boolean voiceMessage) (package private) static DocumentMessageDocumentMessage.customBuilder(byte[] media, String fileName, String mimeType, String title, int pageCount, byte[] thumbnail, ContextInfo contextInfo) (package private) static VideoOrGifMessageVideoOrGifMessage.gifBuilder(byte[] media, String mimeType, String caption, VideoOrGifMessage.Attribution gifAttribution, byte[] thumbnail, ContextInfo contextInfo) AudioMessage.setContextInfo(ContextInfo contextInfo) ContactMessage.setContextInfo(ContextInfo contextInfo) ContactsMessage.setContextInfo(ContextInfo contextInfo) DocumentMessage.setContextInfo(ContextInfo contextInfo) GroupInviteMessage.setContextInfo(ContextInfo contextInfo) ImageMessage.setContextInfo(ContextInfo contextInfo) LiveLocationMessage.setContextInfo(ContextInfo contextInfo) LocationMessage.setContextInfo(ContextInfo contextInfo) PollCreationMessage.setContextInfo(ContextInfo contextInfo) ProductMessage.setContextInfo(ContextInfo contextInfo) RequestPhoneNumberMessage.setContextInfo(ContextInfo contextInfo) StickerMessage.setContextInfo(ContextInfo contextInfo) TextMessage.setContextInfo(ContextInfo contextInfo) VideoOrGifMessage.setContextInfo(ContextInfo contextInfo) (package private) static ImageMessageImageMessage.simpleBuilder(byte[] media, String mimeType, String caption, byte[] thumbnail, ContextInfo contextInfo) Constructs a new builder to create a ImageMessage.(package private) static StickerMessageStickerMessage.simpleBuilder(byte[] media, String mimeType, byte[] thumbnail, boolean animated, ContextInfo contextInfo) (package private) static VideoOrGifMessageVideoOrGifMessage.videoBuilder(byte[] media, String mimeType, String caption, byte[] thumbnail, ContextInfo contextInfo) Constructors in it.auties.whatsapp.model.message.standard with parameters of type ContextInfoModifierConstructorDescriptionAudioMessage(String mediaUrl, String mimetype, byte[] mediaSha256, Long mediaSize, Integer duration, boolean voiceMessage, byte[] mediaKey, byte[] mediaEncryptedSha256, String mediaDirectPath, Long mediaKeyTimestampSeconds, ContextInfo contextInfo, byte[] streamingSidecar, byte[] waveform, Integer backgroundArgb) ContactMessage(String name, ContactCard vcard, ContextInfo contextInfo) ContactsMessage(String name, List<ContactMessage> contacts, ContextInfo contextInfo) DocumentMessage(String mediaUrl, String mimetype, String title, byte[] mediaSha256, Long mediaSize, Integer pageCount, byte[] mediaKey, String fileName, byte[] mediaEncryptedSha256, String mediaDirectPath, Long mediaKeyTimestampSeconds, byte[] thumbnail, boolean contactVcard, String thumbnailDirectPath, byte[] thumbnailSha256, byte[] thumbnailEncSha256, ContextInfo contextInfo, Integer thumbnailHeight, Integer thumbnailWidth, String caption) GroupInviteMessage(Jid group, String code, long expirationSeconds, String groupName, byte[] thumbnail, String caption, ContextInfo contextInfo, GroupInviteMessage.Type groupType) ImageMessage(String mediaUrl, String mimetype, String caption, byte[] mediaSha256, Long mediaSize, Integer height, Integer width, byte[] mediaKey, byte[] mediaEncryptedSha256, List<InteractiveLocationAnnotation> interactiveAnnotations, String mediaDirectPath, Long mediaKeyTimestampSeconds, byte[] thumbnail, ContextInfo contextInfo, byte[] firstScanSidecar, Integer firstScanLength, Integer experimentGroupId, byte[] scansSidecar, List<Integer> scanLengths, byte[] midQualityFileSha256, byte[] midQualityFileEncSha256, boolean viewOnce, String thumbnailDirectPath, byte[] thumbnailSha256, byte[] thumbnailEncSha256, String staticUrl) LiveLocationMessage(double latitude, double longitude, int accuracy, float speed, int magneticNorthOffset, String caption, long sequenceNumber, int timeOffset, byte[] thumbnail, ContextInfo contextInfo) LocationMessage(double latitude, double longitude, String name, String address, String url, boolean live, int accuracy, float speed, int magneticNorthOffset, String caption, byte[] thumbnail, ContextInfo contextInfo) PollCreationMessage(byte[] encryptionKey, String title, List<PollOption> selectableOptions, int selectableOptionsCount, ContextInfo contextInfo, Map<String, PollOption> selectableOptionsMap, List<SelectedPollOption> selectedOptions) ProductMessage(Product product, Jid businessOwnerJid, ProductCatalog catalog, String body, String footer, ContextInfo contextInfo) RequestPhoneNumberMessage(ContextInfo contextInfo) StickerMessage(String mediaUrl, byte[] mediaSha256, byte[] mediaEncryptedSha256, byte[] mediaKey, String mimetype, Integer height, Integer width, String mediaDirectPath, Long mediaSize, Long mediaKeyTimestampSeconds, Integer firstFrameLength, byte[] firstFrameSidecar, boolean animated, byte[] thumbnail, ContextInfo contextInfo, Long stickerSentTimestamp, boolean avatar) TextMessage(String text, String matchedText, String canonicalUrl, String description, String title, Integer textArgb, Integer backgroundArgb, TextMessage.FontType font, TextMessage.PreviewType previewType, byte[] thumbnail, ContextInfo contextInfo, boolean doNotPlayInline, String thumbnailDirectPath, byte[] thumbnailSha256, byte[] thumbnailEncSha256, byte[] mediaKey, Long mediaKeyTimestampSeconds, Integer thumbnailHeight, Integer thumbnailWidth, TextMessage.InviteLinkGroupType inviteLinkGroupType, String inviteLinkParentGroupSubjectV2, byte[] inviteLinkParentGroupThumbnailV2, TextMessage.InviteLinkGroupType inviteLinkGroupTypeV2, boolean viewOnce) VideoOrGifMessage(String mediaUrl, String mimetype, byte[] mediaSha256, Long mediaSize, Integer duration, byte[] mediaKey, String caption, boolean gifPlayback, Integer height, Integer width, byte[] mediaEncryptedSha256, List<InteractiveLocationAnnotation> interactiveAnnotations, String mediaDirectPath, long mediaKeyTimestampSeconds, byte[] thumbnail, ContextInfo contextInfo, byte[] streamingSidecar, VideoOrGifMessage.Attribution gifAttribution, boolean viewOnce, String thumbnailDirectPath, byte[] thumbnailSha256, byte[] thumbnailEncSha256, String staticUrl) -
Uses of ContextInfo in it.auties.whatsapp.util
Methods in it.auties.whatsapp.util with parameters of type ContextInfoModifier and TypeMethodDescriptionprivate voidDefaultControllerSerializer.attributeStoreContextInfo(Store store, ContextInfo contextInfo)