requested_presence_type


Description:

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

The account's requested presence type (a ConnectionPresenceType).

Since 0.13.8, 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 requested-presence-type, requested-status and requested-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 null.