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