mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 00:08:50 +08:00
13 lines
209 B
Markdown
Executable File
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();
|
|
```
|