SippoContact
public class SippoContact: CustomStringConvertible
Represents a Contact
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public var favorite: Bool
-
Declaration
Swift
public let contactWacID: String
-
Declaration
Swift
public let emails: [Email]
-
Declaration
Swift
public let phones: [Phone]
-
Declaration
Swift
public var presence: Presence?
-
Contact cannot be deleted
Declaration
Swift
public var readOnly: Bool
-
Use to call the contact
Declaration
Swift
public var address: String