MapDownlinkDelegate
Undocumented
-
swimMapDownlinkWillChange(_:)Default implementationWill be called whenever commands are received that will change
MapDownlink.objects, and before those commands are processed.In other words, this indicates the start of a batch of calls to
swimMapDownlink(:did{Set,Remove,Update}:forKey:)orswimMapDownlinkDidRemoveAll(:objects:).Default Implementation
Undocumented
Declaration
Swift
func swimMapDownlinkWillChange(downlink: MapDownlink) -
swimMapDownlinkDidChange(_:)Default implementationWill be called after a batch of changes to
MapDownlink.objectshas been processed.In other words, this indicates the end of a batch of calls to
swimMapDownlink(:did{Set,Remove,Update}:forKey:)orswimMapDownlinkDidRemoveAll(:objects:).Default Implementation
Undocumented
Declaration
Swift
func swimMapDownlinkDidChange(downlink: MapDownlink) -
swimMapDownlink(_:didSet:forKey:)Default implementationUndocumented
Default Implementation
Undocumented
-
swimMapDownlink(_:didUpdate:forKey:)Default implementationUndocumented
Default Implementation
Undocumented
-
swimMapDownlink(_:didRemove:forKey:)Default implementationUndocumented
Default Implementation
Undocumented
-
swimMapDownlinkDidRemoveAll(_:objects:)Default implementationUndocumented
Default Implementation
Undocumented
MapDownlinkDelegate Protocol Reference