Liblinphone  5.4.0
Public Member Functions | List of all members
linphone::MessageWaitingIndicationSummary Class Reference

Object representing the summary for a context in a Message Waiting Indication. More...

#include <message_waiting_indication_summary.hh>

Inheritance diagram for linphone::MessageWaitingIndicationSummary:

Public Member Functions

LINPHONECXX_PUBLIC MessageWaitingIndicationSummary (void *ptr, bool takeRef=true)
 
LINPHONECXX_PUBLIC _LinphoneMessageWaitingIndicationSummary * cPtr ()
 
LINPHONECXX_PUBLIC linphone::MessageWaitingIndication::ContextClass getContextClass () const
 Get the context class of the message waiting indication summary. More...
 
LINPHONECXX_PUBLIC uint32_t getNbNew () const
 Get the number of new messages. More...
 
LINPHONECXX_PUBLIC uint32_t getNbNewUrgent () const
 Get the number of new urgent messages. More...
 
LINPHONECXX_PUBLIC uint32_t getNbOld () const
 Get the number of old messages. More...
 
LINPHONECXX_PUBLIC uint32_t getNbOldUrgent () const
 Get the number of old urgent messages. More...
 

Detailed Description

Object representing the summary for a context in a Message Waiting Indication.

Member Function Documentation

◆ getContextClass()

LINPHONECXX_PUBLIC linphone::MessageWaitingIndication::ContextClass linphone::MessageWaitingIndicationSummary::getContextClass ( ) const

Get the context class of the message waiting indication summary.

Returns
The MessageWaitingIndication::ContextClass.

◆ getNbNew()

LINPHONECXX_PUBLIC uint32_t linphone::MessageWaitingIndicationSummary::getNbNew ( ) const

Get the number of new messages.

Returns
The number of new messages.

◆ getNbNewUrgent()

LINPHONECXX_PUBLIC uint32_t linphone::MessageWaitingIndicationSummary::getNbNewUrgent ( ) const

Get the number of new urgent messages.

Returns
The number of new urgent messages.

◆ getNbOld()

LINPHONECXX_PUBLIC uint32_t linphone::MessageWaitingIndicationSummary::getNbOld ( ) const

Get the number of old messages.

Returns
The number of old messages.

◆ getNbOldUrgent()

LINPHONECXX_PUBLIC uint32_t linphone::MessageWaitingIndicationSummary::getNbOldUrgent ( ) const

Get the number of old urgent messages.

Returns
The number of old urgent messages.

The documentation for this class was generated from the following file: