TaskKey

public enum TaskKey

Keys for PCKTask objects. These keys can be used for querying Parse objects.

  • className key.

    Declaration

    Swift

    public static let className: String
  • title key.

    Declaration

    Swift

    public static let title: String
  • carePlan key.

    Declaration

    Swift

    public static let carePlan: String
  • impactsAdherence key.

    Declaration

    Swift

    public static let impactsAdherence: String
  • instructions key.

    Declaration

    Swift

    public static let instructions: String
  • elements key.

    Declaration

    Swift

    public static let elements: String