set_contact_info_async
Description:
[ Version ( since = "0.11.7" ) ]
public async bool set_contact_info_async (List<ContactInfoField> info) throws Error
public async bool set_contact_info_async (List<ContactInfoField> info) throws Error
Requests an asynchronous set of the contact info of this.
When the operation is finished, callback
will be called. You can then call set_contact_info_async.end
to get the result of the operation.
This method should not be expected to succeed if the result of get_contact_info_flags does not include CAN_SET.
Parameters:
this | |
info |
a List of ContactInfoField |
callback |
a callback to call when the request is satisfied |
user_data |
data to pass to |