Package | Description |
---|---|
org.jivesoftware.smackx.amp.packet |
Modifier and Type | Method and Description |
---|---|
AMPExtension.Status |
AMPExtension.getStatus()
Status of this amp notification
|
static AMPExtension.Status |
AMPExtension.Status.valueOf(String name)
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.
|
Constructor and Description |
---|
AMPExtension(String from,
String to,
AMPExtension.Status status)
Create a new AMPExtension instance with defined from, to and status attributes.
|