From 30bebe194fbbdb73ea999f12d21f64173b44bdc5 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sat, 4 Jun 2016 00:26:24 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/pushnotificationios.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/releases/next/docs/pushnotificationios.html b/releases/next/docs/pushnotificationios.html index ae3f1456d4f..1a617c8f6e1 100644 --- a/releases/next/docs/pushnotificationios.html +++ b/releases/next/docs/pushnotificationios.html @@ -32,7 +32,9 @@ dialog box. By default, it will request all notification permissions, but a subset of these can be requested by passing a map of requested permissions. The following permissions are supported:

If a map is provided to the method, only the permissions with truthy values -will be requested.

static abandonPermissions() #

Unregister for all remote notifications received via Apple Push Notification service.

You should call this method in rare circumstances only, such as when a new version of +will be requested.

This method returns a promise that will resolve when the user accepts, +rejects, or if the permissions were previously rejected. The promise +resolves to the current state of the permission.

static abandonPermissions() #

Unregister for all remote notifications received via Apple Push Notification service.

You should call this method in rare circumstances only, such as when a new version of the app removes support for all types of remote notifications. Users can temporarily prevent apps from receiving remote notifications through the Notifications section of the Settings app. Apps unregistered through this method can always re-register.

static checkPermissions(callback) #

See what push permissions are currently enabled. callback will be