Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveHeader
Packages that use InteractiveHeader
Package
Description
-
Uses of InteractiveHeader in it.auties.whatsapp.model.button.interactive
Methods in it.auties.whatsapp.model.button.interactive that return InteractiveHeaderModifier and TypeMethodDescriptionInteractiveHeaderBuilder.build()InteractiveHeaderSimpleBuilder.build()static InteractiveHeaderInteractiveHeaderSpec.decode(byte[] input) (package private) static InteractiveHeaderInteractiveHeader.simpleBuilder(String title, String subtitle, InteractiveHeaderAttachment attachment) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveHeaderModifier and TypeMethodDescriptionstatic byte[]InteractiveHeaderSpec.encode(InteractiveHeader protoInputObject) -
Uses of InteractiveHeader in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as InteractiveHeaderModifier and TypeFieldDescriptionprivate final InteractiveHeaderInteractiveMessage.headerprivate InteractiveHeaderInteractiveMessageBuilder.headerprivate InteractiveHeaderInteractiveMessageSimpleBuilder.headerMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveHeaderMethods in it.auties.whatsapp.model.message.button with parameters of type InteractiveHeaderModifier and TypeMethodDescriptionInteractiveMessageBuilder.header(InteractiveHeader header) InteractiveMessageSimpleBuilder.header(InteractiveHeader header) (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 InteractiveHeaderModifierConstructorDescriptionInteractiveMessage(InteractiveHeader header, InteractiveBody body, InteractiveFooter footer, InteractiveShop contentShop, InteractiveCollection contentCollection, InteractiveNativeFlow contentNativeFlow, ContextInfo contextInfo)