From 97afcac1ccb951c7fbbaecd32ea4b880eb6c502d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 10 Jun 2019 22:14:28 +0000 Subject: [PATCH] Deploy website Deploy website version based on 7e098aa1af0208d4ed1791a419e05a25cb1d9c06 --- docs/next/settings.html | 11 +++++------ docs/next/settings/index.html | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/next/settings.html b/docs/next/settings.html index 58ae6f36694..d8e3c59fb6f 100644 --- a/docs/next/settings.html +++ b/docs/next/settings.html @@ -73,14 +73,18 @@
Edit

Settings

Settings serves as a wrapper for NSUserDefaults, a persistent key-value store available only on iOS.

Methods


Reference

Methods

+

clearWatch()

+
static clearWatch(watchId)
+
+

watchId is the number returned by watchKeys() when the subscription was originally configured.

get()

static get(key)
 
@@ -95,11 +99,6 @@
static watchKeys(keys, callback)
 

Subscribe to be notified when the value for any of the keys specified by the keys array changes in NSUserDefaults. Returns a watchId number that may be used with clearWatch() to unsubscribe.

-
-

clearWatch()

-
static clearWatch(watchId)
-
-

watchId is the number returned by watchKeys() when the subscription was originally configured.

Edit

Settings

Settings serves as a wrapper for NSUserDefaults, a persistent key-value store available only on iOS.

Methods


Reference

Methods

+

clearWatch()

+
static clearWatch(watchId)
+
+

watchId is the number returned by watchKeys() when the subscription was originally configured.

get()

static get(key)
 
@@ -95,11 +99,6 @@
static watchKeys(keys, callback)
 

Subscribe to be notified when the value for any of the keys specified by the keys array changes in NSUserDefaults. Returns a watchId number that may be used with clearWatch() to unsubscribe.

-
-

clearWatch()

-
static clearWatch(watchId)
-
-

watchId is the number returned by watchKeys() when the subscription was originally configured.