(iOS SDK) How to list all my pending contact Invitations ?
AnsweredHow to list all my pending contact Invitations ?
I cant find any API in the iOS SDK... please help :)
-
Hi Gerson !
The Contact class has properties that allow filtering those that are in a pending state :
@property (nonatomic, readonly) Invitation *requestedInvitation;
@property (nonatomic, readonly) Invitation *sentInvitation;
@property (nonatomic, readonly) CompanyInvitation *companyInvitation;
Does this respond to your question ?
Please sign in to leave a comment.
Comments
4 comments