set_all_requested_presences


Description:

[ Version ( since = "0.9.0" ) ]
public void set_all_requested_presences (ConnectionPresenceType type, string status, string message)

Iterates through the accounts in this and requests the presence (type, status and message).

Note that the presence requested here is merely a request, and if might not be satisfiable.

You can find the most available presence across all accounts by calling get_most_available_presence.

Setting a requested presence on all accounts will have no effect until prepare_async (or the older tp_account_manager_prepare_async) has finished.

Parameters:

this

a AccountManager

type

a presence type to request

status

a status to request

message

a status message to request