Uses of Enum
org.jivesoftware.smackx.amp.AMPDeliverCondition.Value
Packages that use AMPDeliverCondition.Value
Package
Description
Smack's API for XEP-0079: Advanced Message Processing.
-
Uses of AMPDeliverCondition.Value in org.jivesoftware.smackx.amp
Methods in org.jivesoftware.smackx.amp that return AMPDeliverCondition.ValueModifier and TypeMethodDescriptionstatic AMPDeliverCondition.Value
Returns the enum constant of this type with the specified name.static AMPDeliverCondition.Value[]
AMPDeliverCondition.Value.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.amp with parameters of type AMPDeliverCondition.ValueModifierConstructorDescriptionCreate new amp deliver condition with value set to one of defined by XEP-0079.