Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveNativeFlow
Packages that use InteractiveNativeFlow
Package
Description
-
Uses of InteractiveNativeFlow in it.auties.whatsapp.model.button.interactive
Methods in it.auties.whatsapp.model.button.interactive that return InteractiveNativeFlowModifier and TypeMethodDescriptionInteractiveNativeFlowBuilder.build()static InteractiveNativeFlowInteractiveNativeFlowSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveNativeFlowModifier and TypeMethodDescriptionstatic byte[]InteractiveNativeFlowSpec.encode(InteractiveNativeFlow protoInputObject) -
Uses of InteractiveNativeFlow in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as InteractiveNativeFlowModifier and TypeFieldDescriptionprivate final InteractiveNativeFlowInteractiveMessage.contentNativeFlowprivate InteractiveNativeFlowInteractiveMessageBuilder.contentNativeFlowMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveNativeFlowMethods in it.auties.whatsapp.model.message.button with parameters of type InteractiveNativeFlowModifier and TypeMethodDescriptionInteractiveMessageBuilder.contentNativeFlow(InteractiveNativeFlow contentNativeFlow) Constructors in it.auties.whatsapp.model.message.button with parameters of type InteractiveNativeFlowModifierConstructorDescriptionInteractiveMessage(InteractiveHeader header, InteractiveBody body, InteractiveFooter footer, InteractiveShop contentShop, InteractiveCollection contentCollection, InteractiveNativeFlow contentNativeFlow, ContextInfo contextInfo)