Liblinphone
5.4.0
|
Object representing the summary for a context in a Message Waiting Indication. More...
#include <message_waiting_indication_summary.hh>
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... | |
Object representing the summary for a context in a Message Waiting Indication.
LINPHONECXX_PUBLIC linphone::MessageWaitingIndication::ContextClass linphone::MessageWaitingIndicationSummary::getContextClass | ( | ) | const |
Get the context class of the message waiting indication summary.
LINPHONECXX_PUBLIC uint32_t linphone::MessageWaitingIndicationSummary::getNbNew | ( | ) | const |
Get the number of new messages.
LINPHONECXX_PUBLIC uint32_t linphone::MessageWaitingIndicationSummary::getNbNewUrgent | ( | ) | const |
Get the number of new urgent messages.
LINPHONECXX_PUBLIC uint32_t linphone::MessageWaitingIndicationSummary::getNbOld | ( | ) | const |
Get the number of old messages.
LINPHONECXX_PUBLIC uint32_t linphone::MessageWaitingIndicationSummary::getNbOldUrgent | ( | ) | const |
Get the number of old urgent messages.