PresenceDetails
Object Hierarchy:
Description:
public interface PresenceDetails : Object
Interface exposing a Persona's or
Individual's presence; their current availability, such as for chatting.
If the Backend providing the
Persona doesn't support presence, the Persona's presence_type
will be set to PresenceType.UNSET and their presence_message
will be an empty string.
All known implementing classes:
Content:
Properties:
- public abstract PresenceType presence_type { set; get; }
The contact's presence type.
- public abstract string presence_message { set; get; }
The contact's presence message.
- public abstract string[] client_types { set; get; }
The contact's client types.
- public abstract string presence_status { set; get; }
The contact's detailed presence status.
Static methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
- @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
- freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count