(iOS SDK) How to list all my pending contact Invitations ?
BeantwortetHow 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 ?
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
4 Kommentare