Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveButton
Packages that use InteractiveButton
-
Uses of InteractiveButton in it.auties.whatsapp.model.button.interactive
Fields in it.auties.whatsapp.model.button.interactive with type parameters of type InteractiveButtonModifier and TypeFieldDescriptionprivate final List<InteractiveButton> InteractiveNativeFlow.buttonsThe field for thebuttonsrecord component.private List<InteractiveButton> InteractiveNativeFlowBuilder.buttonsMethods in it.auties.whatsapp.model.button.interactive that return InteractiveButtonModifier and TypeMethodDescriptionInteractiveButtonBuilder.build()static InteractiveButtonInteractiveButtonSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.interactive that return types with arguments of type InteractiveButtonModifier and TypeMethodDescriptionInteractiveNativeFlow.buttons()Returns the value of thebuttonsrecord component.Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveButtonModifier and TypeMethodDescriptionstatic byte[]InteractiveButtonSpec.encode(InteractiveButton protoInputObject) Method parameters in it.auties.whatsapp.model.button.interactive with type arguments of type InteractiveButtonModifier and TypeMethodDescriptionInteractiveNativeFlowBuilder.buttons(List<InteractiveButton> buttons) Constructor parameters in it.auties.whatsapp.model.button.interactive with type arguments of type InteractiveButtonModifierConstructorDescriptionInteractiveNativeFlow(List<InteractiveButton> buttons, String parameters, int version) Creates an instance of aInteractiveNativeFlowrecord class.