Version: 0.61
Settings
Settings
serves as a wrapper for NSUserDefaults
, a persistent key-value store available only on iOS.
#
Reference#
MethodsclearWatch()
#
watchId
is the number returned by watchKeys()
when the subscription was originally configured.
get()
#
Get the current value for a key in NSUserDefaults
.
set()
#
Set one or more values in NSUserDefaults
.
watchKeys()
#
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.