public interface ParticipantDeviceIdentity
Modifier and Type | Method | Description |
---|---|---|
Address |
getAddress() |
Get the address of the participant device.
|
java.lang.String |
getCapabilityDescriptor() |
Get the capability descriptor (currently +org.linphone.specs value) for this
participant device identity. |
long |
getNativePointer() |
Gets the native pointer used by this class to make native method calls.
|
java.lang.Object |
getUserData() |
Gets the object stored in this object user's data
|
void |
setCapabilityDescriptor(java.lang.String capabilityDescriptor) |
Set the capability descriptor (currently +org.linphone.specs value) for this
participant device identity. |
void |
setUserData(java.lang.Object data) |
Sets the object to store in this object user's data
|
java.lang.String |
toString() |
@NonNull Address getAddress()
java.lang.String getCapabilityDescriptor()
void setCapabilityDescriptor(java.lang.String capabilityDescriptor)
capabilityDescriptor
- the capability descriptor string. void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()
long getNativePointer()
java.lang.String toString()
toString
in class java.lang.Object