current_status


Description:

[ NoAccessorMethod ]
[ Version ( since = "0.9.0" ) ]
public string current_status { owned get; }

The current Status string of the account.

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 null.