Public Member Functions | |
| void | AddNote (Linphone.PresenceNote note) |
| void | ClearNotes () |
| Linphone.PresenceNote | GetNthNote (uint index) |
Properties | |
| Linphone.PresenceBasicStatus | BasicStatus [get, set] |
| string | Contact [get, set] |
| string | Id [get, set] |
| uint | NbNotes [get] |
| IEnumerable< string > | ServiceDescriptions [get, set] |
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) |
Presence service type holding information about a presence service.
|
inline |
Adds a note to a presence service.
| note | The Linphone.PresenceNote object to add to the service. |
|
inline |
Clears the notes of a presence service.
|
inline |
Gets the nth note of a presence service.
| index | The index of the note to get (the first note having the index 0). |
|
getset |
Gets the basic status of a presence service.
|
getset |
Gets the contact of a presence service.
The returned string is to be freed by calling ms_free().
|
getset |
Gets the id of a presence service.
The returned string is to be freed by calling ms_free().
|
get |
Gets the number of notes included in the presence service.
|
getset |
Gets the service descriptions of a presence service.
The returned string is to be freed.