Package org.linphone.core
Interface ComposingParticipant
public interface ComposingParticipant
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Clones a composing participant.Gets the participant's address.Gets the content-type of what the participant is being composing.long
Gets the native pointer used by this class to make native method calls.Gets the object stored in this object user's datavoid
setUserData
(Object data) Sets the object to store in this object user's datatoString()
-
Method Details
-
getAddress
Gets the participant's address.
- Returns:
- the
Address
of the participant.
-
getContentType
Gets the content-type of what the participant is being composing.
- Returns:
- the content-type set if any, null otherwise.
-
clone
Clones a composing participant.
- Returns:
- The newly created
ComposingParticipant
object.
-
setUserData
Sets the object to store in this object user's data- Parameters:
data
- the object to store
-
getUserData
Object getUserData()Gets the object stored in this object user's data- Returns:
- the object store if any, null otherwise
-
getNativePointer
long getNativePointer()Gets the native pointer used by this class to make native method calls.- Returns:
- the nativer pointer, as long
-
toString
String toString()
-