get_current_presence
Description:
[ Version ( since = "0.9.0" ) ]
public ConnectionPresenceType get_current_presence (out string status, out string status_message)
public ConnectionPresenceType get_current_presence (out string status, out string status_message)
Gets the current presence, status and status message of this.
These values are the same as the current_presence_type, current_status and current_status_message properties.
Parameters:
this |
a Account |
status |
return location for the current status |
status_message |
return location for the current status message |
Returns:
the same as the current_presence_type property |