public class OmemoDevice extends Object
| Constructor and Description |
|---|
OmemoDevice(BareJid jid,
int deviceId)
Create a new OmemoDevice.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
getDeviceId()
Return the OMEMO device Id of the device.
|
BareJid |
getJid()
Return the BareJid of the device owner.
|
int |
hashCode() |
String |
toString() |
public OmemoDevice(BareJid jid, int deviceId)
jid - jid of the contactdeviceId - deviceId if the device.public int getDeviceId()