Uses of Enum
org.jivesoftware.smackx.amp.packet.AMPExtension.Action
Packages that use AMPExtension.Action
Package
Description
Smack's API for XEP-0079: Advanced Message Processing.
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.ActionModifier and TypeMethodDescriptionstatic 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.ActionModifier and TypeMethodDescriptionAMPExtension.Rule.getAction()
static AMPExtension.Action
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.ActionModifierConstructorDescriptionRule
(AMPExtension.Action action, AMPExtension.Condition condition) Create a new amp rule with specified action and condition.