Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractivePoint
Packages that use InteractivePoint
-
Uses of InteractivePoint in it.auties.whatsapp.model.button.interactive
Fields in it.auties.whatsapp.model.button.interactive with type parameters of type InteractivePointModifier and TypeFieldDescriptionprivate final List<InteractivePoint> InteractiveLocationAnnotation.polygonVerticesThe field for thepolygonVerticesrecord component.private List<InteractivePoint> InteractiveLocationAnnotationBuilder.polygonVerticesMethods in it.auties.whatsapp.model.button.interactive that return InteractivePointModifier and TypeMethodDescriptionInteractivePointBuilder.build()static InteractivePointInteractivePointSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.interactive that return types with arguments of type InteractivePointModifier and TypeMethodDescriptionInteractiveLocationAnnotation.polygonVertices()Returns the value of thepolygonVerticesrecord component.Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractivePointModifier and TypeMethodDescriptionstatic byte[]InteractivePointSpec.encode(InteractivePoint protoInputObject) Method parameters in it.auties.whatsapp.model.button.interactive with type arguments of type InteractivePointModifier and TypeMethodDescriptionInteractiveLocationAnnotationBuilder.polygonVertices(List<InteractivePoint> polygonVertices) Constructor parameters in it.auties.whatsapp.model.button.interactive with type arguments of type InteractivePointModifierConstructorDescriptionInteractiveLocationAnnotation(List<InteractivePoint> polygonVertices, InterativeLocation location) Creates an instance of aInteractiveLocationAnnotationrecord class.