UbiquitousKeyValueStoreMonitor
public class UbiquitousKeyValueStoreMonitor : BaseNotificationMonitor
A UbiquitousKeyValueStoreMonitor instance monitors the iCloud
(“ubiquitous”) key-value store for changes due to incoming data pushed
from iCloud.
-
Encapsulates changes to the iCloud key-value store.
See moreDeclaration
Swift
public enum Event -
Specifies which events to monitor.
See moreDeclaration
Swift
public struct Options : OptionSet -
Initializes a new
UbiquitousKeyValueStoreMonitor.Declaration
Parameters
optionsThe options that specify which events to monitor. By default, all events are monitored.
queueThe operation queue on which the handler executes. By default, the main operation queue is used.
handlerThe handler to call when the iCloud key-value store changes.
-
Declaration
Swift
override public func addNotificationObservers()
View on GitHub
Install in Dash
UbiquitousKeyValueStoreMonitor Class Reference