set_automatic_presence_async


Description:

[ Version ( since = "0.13.8" ) ]
public async bool set_automatic_presence_async (ConnectionPresenceType type, string status, string message) throws Error

Requests an asynchronous change of this's automatic presence.

When the operation is finished, callback will be called. You can then call set_automatic_presence_async.end to get the result of the operation.

Parameters:

this

a Account

type

the requested presence

status

a status message to set, or null

message

a message for the change, or null

callback

a callback to call when the request is satisfied

user_data

data to pass to callback