android-api.md 209 Bytes
Newer Older
yogevbd's avatar
yogevbd committed
1 2
---
id: android-api
yogevbd's avatar
yogevbd committed
3
title: Android Specific Commands
yogevbd's avatar
yogevbd committed
4 5 6
sidebar_label: Android specific
---

yogevbd's avatar
yogevbd committed
7 8
## refreshToken()
Request a new token for sending push notifications.
yogevbd's avatar
yogevbd committed
9

yogevbd's avatar
yogevbd committed
10
```js
11
Notifications.android.refreshToken();
yogevbd's avatar
yogevbd committed
12
```