@@ -28,7 +28,7 @@ Obtains a **DistributedAccountAbility** instance.
| [DistributedAccountAbility](#distributedaccountability) | **DistributedAccountAbility** instance obtained. This instance provides methods for querying and updating the login state of a distributed account.|
| callback | AsyncCallback<boolean> | Yes | Callback used to return the result. If the constraint is enabled for the OS account, **true** will be returned. Otherwise, **false** will be returned.|
**Example**: Check whether OS account 100 is forbidden to use Wi-Fi.
**Example**: Check whether OS account 100 is forbidden to use Wi-Fi.
| Promise<boolean> | Promise used to return the result. If the constraint is enabled for the OS account, **true** will be returned. Otherwise, **false** will be returned.|
**Example**: Check whether OS account 100 is forbidden to use Wi-Fi.
**Example**: Check whether OS account 100 is forbidden to use Wi-Fi.