Package | Description |
---|---|
org.jivesoftware.smackx.omemo.internal |
Classes that are used internally to arrange objects.
|
Modifier and Type | Method and Description |
---|---|
OmemoMessageInformation.CARBON |
OmemoMessageInformation.getCarbon()
Return the carbon type.
|
static OmemoMessageInformation.CARBON |
OmemoMessageInformation.CARBON.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OmemoMessageInformation.CARBON[] |
OmemoMessageInformation.CARBON.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OmemoMessageInformation.setCarbon(OmemoMessageInformation.CARBON carbon)
Set the carbon type.
|
Constructor and Description |
---|
OmemoMessageInformation(IdentityKeyWrapper senderIdentityKey,
OmemoDevice senderDevice,
OmemoMessageInformation.CARBON carbon)
Creates a new OmemoMessageInformation object.
|
OmemoMessageInformation(IdentityKeyWrapper senderIdentityKey,
OmemoDevice senderDevice,
OmemoMessageInformation.CARBON carbon,
boolean omemo)
Create a new OmemoMessageInformation.
|