Uses of Enum Class
it.auties.whatsapp.model.message.standard.TextMessage.PreviewType
Packages that use TextMessage.PreviewType
-
Uses of TextMessage.PreviewType in it.auties.whatsapp.model.message.standard
Fields in it.auties.whatsapp.model.message.standard declared as TextMessage.PreviewTypeModifier and TypeFieldDescriptionprivate TextMessage.PreviewTypeTextMessage.previewTypeprivate TextMessage.PreviewTypeTextMessageBuilder.previewTypeMethods in it.auties.whatsapp.model.message.standard that return TextMessage.PreviewTypeModifier and TypeMethodDescriptionstatic TextMessage.PreviewTypeReturns the enum constant of this class with the specified name.static TextMessage.PreviewType[]TextMessage.PreviewType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.message.standard that return types with arguments of type TextMessage.PreviewTypeModifier and TypeMethodDescriptionstatic Optional<TextMessage.PreviewType> TextMessagePreviewTypeSpec.decode(int index) TextMessage.previewType()Methods in it.auties.whatsapp.model.message.standard with parameters of type TextMessage.PreviewTypeModifier and TypeMethodDescriptionstatic IntegerTextMessagePreviewTypeSpec.encode(TextMessage.PreviewType protoInputObject) TextMessageBuilder.previewType(TextMessage.PreviewType previewType) TextMessage.setPreviewType(TextMessage.PreviewType previewType) Constructors in it.auties.whatsapp.model.message.standard with parameters of type TextMessage.PreviewTypeModifierConstructorDescriptionTextMessage(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)