Uses of Enum
org.jivesoftware.smackx.amp.packet.AMPExtension.Status
Packages that use AMPExtension.Status
Package
Description
Stanzas and extension elements for XEP-0079: Advanced Message Processing.
-
Uses of AMPExtension.Status in org.jivesoftware.smackx.amp.packet
Methods in org.jivesoftware.smackx.amp.packet that return AMPExtension.StatusModifier and TypeMethodDescriptionAMPExtension.getStatus()
Status of this amp notification.static AMPExtension.Status
Returns the enum constant of this type with the specified name.static AMPExtension.Status[]
AMPExtension.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.amp.packet with parameters of type AMPExtension.StatusModifierConstructorDescriptionAMPExtension
(String from, String to, AMPExtension.Status status) Create a new AMPExtension instance with defined from, to and status attributes.