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 TypeMethodDescriptionGets the context class of the message waiting indication summary.longGets the native pointer used by this class to make native method calls.intgetNbNew()Gets the number of new messages.intGets the number of new urgent messages.intgetNbOld()Gets the number of old messages.intGets the number of old urgent messages.Gets the object stored in this object user's datavoidsetUserData(Object data) Sets the object to store in this object user's datatoString()
-
Method Details
-
getContextClass
MessageWaitingIndication.ContextClass getContextClass()Gets the context class of the message waiting indication summary.
- Returns:
- The
MessageWaitingIndication#ContextClass.
-
getNbNew
int getNbNew()Gets the number of new messages.
- Returns:
- The number of new messages.
-
getNbNewUrgent
int getNbNewUrgent()Gets the number of new urgent messages.
- Returns:
- The number of new urgent messages.
-
getNbOld
int getNbOld()Gets the number of old messages.
- Returns:
- The number of old messages.
-
getNbOldUrgent
int getNbOldUrgent()Gets 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()
-