Protocols

The following protocols are available globally.

  • Use this protocol for interchangeable usage of DKUsers and DKTeams

    See more

    Declaration

    Swift

    public protocol DKAccount
  • When applied to classes in Dropmark’s model, a class conforming to DKResponseListSerializable can be serialized from JSON into an array of objects.

    See more

    Declaration

    Swift

    public protocol DKResponseListSerializable
  • When applied to classes in Dropmark’s model, a class conforming to DKResponseObjectSerializable can serialize JSON into an object instance.

    See more

    Declaration

    Swift

    public protocol DKResponseObjectSerializable