store
Description:
[ Deprecated ( replacement = "store_async" , since = "1.4" ) ]
public void store (AccountStoreCb callback)
public void store (AccountStoreCb callback)
Warning: store is deprecated. Use store_async.
Commit the changed account settings to the account database, and invoke callback
when the operation has been completed.
Note:
Use store_async instead.
Parameters:
this |
the Account. |
callback |
function to be called when the settings have been written. |
user_data |
pointer to user data, to be passed to |