ContactKey
public enum ContactKey
Keys for PCKContact objects. These keys can be used for querying Parse objects.
-
className key.
Declaration
Swift
public static let className: String -
carePlan key.
Declaration
Swift
public static let carePlan: String -
title key.
Declaration
Swift
public static let title: String -
role key.
Declaration
Swift
public static let role: String -
organization key.
Declaration
Swift
public static let organization: String -
category key.
Declaration
Swift
public static let category: String -
name key.
Declaration
Swift
public static let name: String -
address key.
Declaration
Swift
public static let address: String -
emailAddresses key.
Declaration
Swift
public static let emailAddresses: String -
phoneNumbers key.
Declaration
Swift
public static let phoneNumbers: String -
messagingNumbers key.
Declaration
Swift
public static let messagingNumbers: String -
otherContactInfo key.
Declaration
Swift
public static let otherContactInfo: String
View on GitHub
Install in Dash
ContactKey Enumeration Reference