Uses of Enum Class
it.auties.whatsapp.model.button.template.hydrated.HydratedButton.Type
Packages that use HydratedButton.Type
-
Uses of HydratedButton.Type in it.auties.whatsapp.model.button.template.hydrated
Methods in it.auties.whatsapp.model.button.template.hydrated that return HydratedButton.TypeModifier and TypeMethodDescriptionHydratedButton.buttonType()Returns the type of this buttonHydratedCallButton.buttonType()HydratedQuickReplyButton.buttonType()HydratedTemplateButton.buttonType()Returns the type of button that this message wrapsHydratedURLButton.buttonType()static HydratedButton.TypeReturns the enum constant of this class with the specified name.static HydratedButton.Type[]HydratedButton.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.button.template.hydrated that return types with arguments of type HydratedButton.TypeModifier and TypeMethodDescriptionstatic Optional<HydratedButton.Type> HydratedButtonTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.button.template.hydrated with parameters of type HydratedButton.TypeModifier and TypeMethodDescriptionstatic IntegerHydratedButtonTypeSpec.encode(HydratedButton.Type protoInputObject)