Uses of Record Class
it.auties.whatsapp.model.button.template.hydrated.HydratedCallButton
Packages that use HydratedCallButton
-
Uses of HydratedCallButton in it.auties.whatsapp.model.button.template.hydrated
Fields in it.auties.whatsapp.model.button.template.hydrated declared as HydratedCallButtonModifier and TypeFieldDescriptionprivate final HydratedCallButtonHydratedTemplateButton.callButtonThe field for thecallButtonrecord component.private HydratedCallButtonHydratedTemplateButtonBuilder.callButtonMethods in it.auties.whatsapp.model.button.template.hydrated that return HydratedCallButtonModifier and TypeMethodDescriptionHydratedCallButtonBuilder.build()HydratedTemplateButton.callButton()Returns the value of thecallButtonrecord component.static HydratedCallButtonHydratedCallButtonSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.template.hydrated with parameters of type HydratedCallButtonModifier and TypeMethodDescriptionHydratedTemplateButtonBuilder.callButton(HydratedCallButton callButton) static byte[]HydratedCallButtonSpec.encode(HydratedCallButton protoInputObject) Constructors in it.auties.whatsapp.model.button.template.hydrated with parameters of type HydratedCallButtonModifierConstructorDescriptionHydratedTemplateButton(HydratedQuickReplyButton quickReplyButton, HydratedURLButton urlButton, HydratedCallButton callButton, int index) Creates an instance of aHydratedTemplateButtonrecord class.