Version 1.9 - Updated on 05/04/2017
Superclass: PCCreateContactAPIParams
Declared In: PCUpdateContactAPIParams.h
PCUpdateContactAPIParams
stores the parameters required to update a specific contact.
- (id)initWithPCContact:(PCContact *)contact;
PCUpdateContactAPIParams
object with values. Contact stores all the details of a contact which is used to set the value in PCUpdateContactAPIParams
object.contactID
@property (nonatomic,
copy) NSString *contactID;
version
@property (nonatomic,
copy) NSNumber* version;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.