Protocols
The following protocols are available globally.
-
Use this protocol for interchangeable usage of DKUsers and DKTeams
See moreDeclaration
Swift
public protocol DKAccount
-
When applied to classes in Dropmark’s model, a class conforming to
See moreDKResponseListSerializable
can be serialized from JSON into an array of objects.Declaration
Swift
public protocol DKResponseListSerializable
-
When applied to classes in Dropmark’s model, a class conforming to
See moreDKResponseObjectSerializable
can serialize JSON into an object instance.Declaration
Swift
public protocol DKResponseObjectSerializable