Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolleto authored Feb 18, 2021
1 parent 7605bdb commit 9f783c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ DeviceEventEmitter.addListener('pushOpened', (e: Event) => {
<tr class="even"><td><a href="#showgdprdeletionui">showGDPRDeletionUI()</a></td></tr>
<tr class="even"><td><a href="#setcommunicationenabled">setCommunicationEnabled()</a></td></tr>
<tr class="even"><td><a href="#removealldevicedata">removeAllDeviceData()</a></td></tr>
<tr class="even"><td><a href="#enableHuaweiPushNotifications">enableHuaweiPushNotifications()</a></td></tr>
<tr>
<th align="left" colspan="2"><strong>Events</strong></th>
</tr>
Expand Down Expand Up @@ -482,6 +483,13 @@ removeAllDeviceData()
**[android, ios]**
Removes all data about the device. Cannot be undone.

### enableHuaweiPushNotifications

```js
enableHuaweiPushNotifications()
```
**[android]**
Enables Huawei push messaging. Requires configured Huawei platform for your Pushwoosh application. See the <a href="https://docs.pushwoosh.com/platform-docs/pushwoosh-sdk/android-push-notifications/huawei-integration/huawei-in-react-native">integration guide</a>.

### pushReceived

Expand Down

0 comments on commit 9f783c3

Please sign in to comment.