Liblinphone  5.5.0
Linphone.MessageWaitingIndication Class Reference
Inheritance diagram for Linphone.MessageWaitingIndication:
Linphone.LinphoneObject

Public Member Functions

Linphone.MessageWaitingIndication Clone ()
 
Linphone.MessageWaitingIndicationSummary GetSummary (Linphone.MessageWaitingIndicationContextClass contextClass)
 
bool HasMessageWaiting ()
 
Linphone.Content ToContent ()
 

Properties

Linphone.Address AccountAddress [get, set]
 
IEnumerable< Linphone.MessageWaitingIndicationSummarySummaries [get]
 

Additional Inherited Members

- Protected Member Functions inherited from Linphone.LinphoneObject
static String linphone_pointer_to_string (IntPtr ptr)
 
static IntPtr linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str)
 
IntPtr StringArrayToBctbxList (IEnumerable< string > stringlist)
 
void CleanStringArrayPtrs (IntPtr l)
 

Detailed Description

Object representing a Message Waiting Indication.

Member Function Documentation

Linphone.MessageWaitingIndication Linphone.MessageWaitingIndication.Clone ( )
inline

Instantiate a new message waiting indication with values from source.

Returns
The newly created Linphone.MessageWaitingIndication object.
Linphone.MessageWaitingIndicationSummary Linphone.MessageWaitingIndication.GetSummary ( Linphone.MessageWaitingIndicationContextClass  contextClass)
inline

Get the message waiting indication summary for a given context class.

Parameters
contextClassthe Linphone.MessageWaitingIndicationContextClass for which we want to get the summary.
Returns
The Linphone.MessageWaitingIndicationSummary for the given context class.
bool Linphone.MessageWaitingIndication.HasMessageWaiting ( )
inline

Tells whether there are messages waiting or not.

Returns
true if there are waiting messages, false otherwise.
Linphone.Content Linphone.MessageWaitingIndication.ToContent ( )
inline

Get a Linphone.Content object to put in a NOTIFY message from a Linphone.MessageWaitingIndication object.

Returns
The Linphone.Content to put in a NOTIFY message.

Property Documentation

Linphone.Address Linphone.MessageWaitingIndication.AccountAddress
getset

Get the address of the message account concerned by this message waiting indication.

Returns
The address of the message account concerned by this message waiting indication.
IEnumerable<Linphone.MessageWaitingIndicationSummary> Linphone.MessageWaitingIndication.Summaries
get

Get the message waiting indication summaries.

Returns
The message waiting indication summaries. A list of Linphone.MessageWaitingIndicationSummary objects.

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