Public Member Functions | |
| void | AddActivitiesNote (Linphone.PresenceNote note) |
| void | AddActivity (Linphone.PresenceActivity activity) |
| void | AddNote (Linphone.PresenceNote note) |
| void | ClearActivities () |
| void | ClearActivitiesNotes () |
| void | ClearNotes () |
| Linphone.PresenceNote | GetNthActivitiesNote (uint index) |
| Linphone.PresenceActivity | GetNthActivity (uint index) |
| Linphone.PresenceNote | GetNthNote (uint index) |
Properties | |
| string | Id [get, set] |
| uint | NbActivities [get] |
| uint | NbActivitiesNotes [get] |
| uint | NbNotes [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) |
Presence person holding information about a presence person.
|
inline |
Adds an activities note to a presence person.
| note | The Linphone.PresenceNote object to add to the person. |
|
inline |
Adds an activity to a presence person.
| activity | The Linphone.PresenceActivity object to add to the person. |
|
inline |
Adds a note to a presence person.
| note | The Linphone.PresenceNote object to add to the person. |
|
inline |
Clears the activities of a presence person.
|
inline |
Clears the activities notes of a presence person.
|
inline |
Clears the notes of a presence person.
|
inline |
Gets the nth activities note of a presence person.
| index | The index of the activities note to get (the first note having the index 0). |
|
inline |
Gets the nth activity of a presence person.
| index | The index of the activity to get (the first activity having the index 0). |
|
inline |
Gets the nth note of a presence person.
| index | The index of the note to get (the first note having the index 0). |
|
getset |
Gets the id of a presence person.
The returned string is to be freed by calling ms_free().
|
get |
Gets the number of activities included in the presence person.
|
get |
Gets the number of activities notes included in the presence person.
|
get |
Gets the number of notes included in the presence person.