We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8987a commit 2a31f3aCopy full SHA for 2a31f3a
README.md
@@ -386,6 +386,15 @@ const options = {
386
RNCallKeep.hasDefaultPhoneAccount(options);
387
```
388
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
+```
398
399
## Events
400
0 commit comments