Package org.linphone.core
Interface MessageWaitingIndicationSummary
public interface MessageWaitingIndicationSummary
Object representing the summary for a context in a Message Waiting Indication.
-
Method Summary
Modifier and TypeMethodDescriptionGet the context class of the message waiting indication summary.long
Gets the native pointer used by this class to make native method calls.int
getNbNew()
Get the number of new messages.int
Get the number of new urgent messages.int
getNbOld()
Get the number of old messages.int
Get the number of old urgent messages.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
-
getContextClass
MessageWaitingIndication.ContextClass getContextClass()Get the context class of the message waiting indication summary.
- Returns:
- The
MessageWaitingIndication#ContextClass
.
-
getNbNew
int getNbNew()Get the number of new messages.
- Returns:
- The number of new messages.
-
getNbNewUrgent
int getNbNewUrgent()Get the number of new urgent messages.
- Returns:
- The number of new urgent messages.
-
getNbOld
int getNbOld()Get the number of old messages.
- Returns:
- The number of old messages.
-
getNbOldUrgent
int getNbOldUrgent()Get the number of old urgent messages.
- Returns:
- The number of old urgent messages.
-
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()
-