Uses of Enum Class
it.auties.whatsapp.model.message.standard.TextMessage.FontType
Packages that use TextMessage.FontType
-
Uses of TextMessage.FontType in it.auties.whatsapp.model.message.standard
Fields in it.auties.whatsapp.model.message.standard declared as TextMessage.FontTypeModifier and TypeFieldDescriptionprivate TextMessage.FontTypeTextMessage.fontprivate TextMessage.FontTypeTextMessageBuilder.fontMethods in it.auties.whatsapp.model.message.standard that return TextMessage.FontTypeModifier and TypeMethodDescriptionstatic TextMessage.FontTypeReturns the enum constant of this class with the specified name.static TextMessage.FontType[]TextMessage.FontType.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.FontTypeModifier and TypeMethodDescriptionstatic Optional<TextMessage.FontType> TextMessageFontTypeSpec.decode(int index) TextMessage.font()Methods in it.auties.whatsapp.model.message.standard with parameters of type TextMessage.FontTypeModifier and TypeMethodDescriptionstatic IntegerTextMessageFontTypeSpec.encode(TextMessage.FontType protoInputObject) TextMessageBuilder.font(TextMessage.FontType font) TextMessage.setFont(TextMessage.FontType font) Constructors in it.auties.whatsapp.model.message.standard with parameters of type TextMessage.FontTypeModifierConstructorDescriptionTextMessage(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)