current_presence_type


Description:

[ NoAccessorMethod ]
[ Version ( since = "0.9.0" ) ]
public uint current_presence_type { get; }

The account connection's current presence type (a ConnectionPresenceType).

One can receive change notifications on this property by connecting to the notify signal and using this property as the signal detail. Change notifications for current-presence-type, current-status and current-status-message are always emitted together, so it is sufficient to connect to one of the notification signals.

This is not guaranteed to have been retrieved until prepare_async has finished; until then, the value is UNSET.