Uses of Record Class
it.auties.whatsapp.model.button.interactive.InterativeLocation
Packages that use InterativeLocation
-
Uses of InterativeLocation in it.auties.whatsapp.model.button.interactive
Fields in it.auties.whatsapp.model.button.interactive declared as InterativeLocationModifier and TypeFieldDescriptionprivate final InterativeLocationInteractiveLocationAnnotation.locationThe field for thelocationrecord component.private InterativeLocationInteractiveLocationAnnotationBuilder.locationMethods in it.auties.whatsapp.model.button.interactive that return InterativeLocationModifier and TypeMethodDescriptionInterativeLocationBuilder.build()static InterativeLocationInterativeLocationSpec.decode(byte[] input) InteractiveLocationAnnotation.location()Returns the value of thelocationrecord component.Methods in it.auties.whatsapp.model.button.interactive with parameters of type InterativeLocationModifier and TypeMethodDescriptionstatic byte[]InterativeLocationSpec.encode(InterativeLocation protoInputObject) InteractiveLocationAnnotationBuilder.location(InterativeLocation location) Constructors in it.auties.whatsapp.model.button.interactive with parameters of type InterativeLocationModifierConstructorDescriptionInteractiveLocationAnnotation(List<InteractivePoint> polygonVertices, InterativeLocation location) Creates an instance of aInteractiveLocationAnnotationrecord class.