Skip to content

Commit 2a31f3a

Browse files
committed
Document backToForeground
1 parent 1e8987a commit 2a31f3a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,15 @@ const options = {
386386
RNCallKeep.hasDefaultPhoneAccount(options);
387387
```
388388

389+
### backToForeground
390+
_This feature is available only on Android._
391+
392+
Use this to display the application in foreground if the application was in background state.
393+
This method will open the application if it was closed.
394+
395+
```js
396+
RNCallKeep.backToForeground();
397+
```
389398

390399
## Events
391400

0 commit comments

Comments
 (0)