Lines Matching refs:distributed
3 The **distributedAccount** module provides APIs for managing distributed accounts, including queryi…
27 …d. This instance provides APIs for querying and updating the login state of a distributed account.|
36 Provides APIs for querying and updating the login state of a distributed account. You must obtain a…
42 Obtains distributed account information. This API uses an asynchronous callback to return the resul…
52 … operation is successful, **err** is **undefined** and **data** is the distributed account informa…
73 console.log('distributed information: ' + JSON.stringify(data));
85 Obtains distributed account information. This API uses a promise to return the result.
95 …| Promise<[DistributedInfo](#distributedinfo)> | Promise used to return the distributed acco…
111 console.log('distributed information: ' + JSON.stringify(data));
124 Queries distributed account information. This API uses an asynchronous callback to return the resul…
137 … operation is successful, **err** is **undefined** and **data** is the distributed account informa…
149 console.log('distributed information: ' + JSON.stringify(data));
158 Queries distributed account information. This API uses a promise to return the result.
172 …| Promise<[DistributedInfo](#distributedinfo)> | Promise used to return the distributed acco…
180 console.log('distributed information: ' + JSON.stringify(data));
190 Sets the distributed account information. This API uses an asynchronous callback to return the resu…
201 …allback<void> | Yes | Callback used to return the result. If the distributed account informa…
237 Sets the distributed account information. This API uses a promise to return the result.
287 Updates the distributed account information. This API uses an asynchronous callback to return the r…
301 | accountInfo | [DistributedInfo](#distributedinfo) | Yes | New distributed account information. |
302 …allback<void> | Yes | Callback used to return the result. If the distributed account informa…
324 Updates the distributed account information. This API uses a promise to return the result.
336 | accountInfo | [DistributedInfo](#distributedinfo) | Yes | New distributed account information. |
360 Represents the distributed information about a system account.
366 | name | string |Yes | Name of the distributed account. It must be a non-null string. |
367 | id | string |Yes | UID of the distributed account. It must be a non-null string. |
368 | event | string |Yes | Login state of the distributed account. The state can be login, logout, tok…
369 | nickname<sup>9+</sup> | string |No | Nickname of the distributed account. By default, no value is…
370 | avatar<sup>9+</sup> | string |No | Avatar of the distributed account. By default, no value is pas…
371 …ributedAccountStatus](#distributedaccountstatus10) |No | Status of the distributed account. The va…
372 | scalableData<sup>8+</sup> | object |No | Additional information about the distributed account, in…
376 Enumerates the statuses of a distributed account.