Protocols
The following protocols are available globally.
-
Objects that conform to the
See morePCKObjectableprotocol are Parse interpretations ofOCKObjectCompatibleobjects.Declaration
Swift
public protocol PCKObjectable : ParseObject -
Objects that conform to the
See morePCKRoleableprotocol areParseRole‘s .Declaration
Swift
public protocol PCKRoleable : ParseRole -
Objects that conform to the
See morePCKSynchronizableprotocol are synchronized between theOCKStoreand the Parse Cloud. In order to synchronize objects, they must also conform to eitherPCKObjectableorPCKVersionable. For examples, seePCKPatient,PCKCarePlan,PCKTask,PCKContact, andPCKOutcome.Declaration
Swift
public protocol PCKSynchronizable -
Objects that conform to the
See morePCKVersionableprotocol are Parse interpretations ofOCKVersionedObjectCompatibleobjects.Declaration
Swift
public protocol PCKVersionable : PCKObjectable, PCKSynchronizable -
Objects that conform to the
See moreParseRemoteDelegateprotocol are able to respond to updates and resolve conflicts when needed.Declaration
Swift
public protocol ParseRemoteDelegate : OCKRemoteSynchronizationDelegate
View on GitHub
Install in Dash
Protocols Reference