Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
atabel committed Dec 18, 2024
1 parent c16010d commit 11dfd17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ in `localStorage`.
### requestDatamobDeviceAdmin
<kbd>App version >=25.0</kbd>
<kbd>App version >=25.1</kbd>
Datamob is a native library that offer developers a way to integrate security
and remote device control features into their applications.
Expand Down Expand Up @@ -1429,7 +1429,7 @@ unregisterDatamobDeviceAdmin: () => Promise<void>;
### registerDatamobUser
<kbd>App version >=25.0</kbd>
<kbd>App version >=25.1</kbd>
The application that implements the Datamob should have an user registered. This
method is used to register one.
Expand Down Expand Up @@ -1457,7 +1457,7 @@ with the following type:
### validateDatamobRequirements
<kbd>App version >=25.0</kbd>
<kbd>App version >=25.1</kbd>
Datamob sdk allows to send remote commands to the user device. These remote
commands include actions such as locking the device screen (lock screen) or even
Expand All @@ -1474,7 +1474,7 @@ validateDatamobRequirements: ({phoneNumber: string, tokenPassword: string}) => P
googleAccount: boolean;
lockPassword: boolean;
accessibilityOption: boolean;
invalidPassword: boolean;
invalidPhoneNumber: boolean;
invalidToken: boolean;
}
}>
Expand Down

0 comments on commit 11dfd17

Please sign in to comment.