Uses of Class
org.jivesoftware.smackx.amp.packet.AMPExtension.Action
-
Packages that use AMPExtension.Action Package Description org.jivesoftware.smackx.amp Smack's API for XEP-0079: Advanced Message Processing.org.jivesoftware.smackx.amp.packet Stanzas and extension elements for XEP-0079: Advanced Message Processing. -
-
Uses of AMPExtension.Action in org.jivesoftware.smackx.amp
Methods in org.jivesoftware.smackx.amp with parameters of type AMPExtension.Action Modifier and Type Method Description static boolean
AMPManager. isActionSupported(XMPPConnection connection, AMPExtension.Action action)
Check if server supports specified action. -
Uses of AMPExtension.Action in org.jivesoftware.smackx.amp.packet
Methods in org.jivesoftware.smackx.amp.packet that return AMPExtension.Action Modifier and Type Method Description AMPExtension.Action
AMPExtension.Rule. getAction()
static AMPExtension.Action
AMPExtension.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AMPExtension.Action[]
AMPExtension.Action. 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.Action Constructor Description Rule(AMPExtension.Action action, AMPExtension.Condition condition)
Create a new amp rule with specified action and condition.
-