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.MessageWaitingIndicationSummary > | Summaries [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) |
Object representing a Message Waiting Indication.
|
inline |
Instantiate a new message waiting indication with values from source.
|
inline |
Get the message waiting indication summary for a given context class.
| contextClass | the Linphone.MessageWaitingIndicationContextClass for which we want to get the summary. |
|
inline |
Tells whether there are messages waiting or not.
|
inline |
Get a Linphone.Content object to put in a NOTIFY message from a Linphone.MessageWaitingIndication object.
|
getset |
Get the address of the message account concerned by this message waiting indication.
|
get |
Get the message waiting indication summaries.