(iOS SDK) How to list all my pending contact Invitations ?
RespondidaHow 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 ?
Por favor, entrar para comentar.
Comentários
4 comentários