Files
react-native-notifications/docs/android-api.md
2019-10-02 13:44:37 +03:00

13 lines
209 B
Markdown
Executable File

---
id: android-api
title: Android Specific Commands
sidebar_label: Android specific
---
## refreshToken()
Request a new token for sending push notifications.
```js
Notifications.android.refreshToken();
```