SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
|
#import <InvitationReplyRequest.h>
Inherits BaseRequest.
Instance Methods | |
(id) | - initWithInvitation:invitationReply:params: |
Class Methods | |
(id) | + requestWithInvitation:invitationReply:params: |
Properties | |
id< Invitation > | invitation |
NSInteger | reply |
id< ISFSObject > | params |
Sends a reply to an Invitation.
The reply can be either an ACCEPT or REFUSE. If the reply doesn't get to the inviter within the expected amount of time the system will handle it as a REFUSE.
+ (id) requestWithInvitation: | (id <Invitation>) | invitation | |
invitationReply: | (NSInteger) | invitationReply | |
params: | (id <ISFSObject>) | params | |
invitation | a reference to the received invitation |
invitationReply | the reply code |
params | optional custom reply parameters |