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

Public Member Functions

override string ToString ()
 

Properties

string Description [get, set]
 
Linphone.PresenceActivityType Type [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)
 

Detailed Description

Presence activity type holding information about a presence activity.

Member Function Documentation

override string Linphone.PresenceActivity.ToString ( )
inline

Gets the string representation of a presence activity.

Returns
A pointer a dynamically allocated string representing the given activity.

The returned string is to be freed by calling ms_free().

Property Documentation

string Linphone.PresenceActivity.Description
getset

Gets the description of a presence activity.

Returns
A pointer to the description string of the presence activity, or null if no description is specified.
Linphone.PresenceActivityType Linphone.PresenceActivity.Type
getset

Gets the activity type of a presence activity.

Returns
The Linphone.PresenceActivityType of the activity.

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