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