InvitationReplyRequest Class Reference
Inherits from | BaseRequest : NSObject |
Declared in | InvitationReplyRequest.h InvitationReplyRequest.m |
Overview
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.
Class Methods
requestWithInvitation:invitationReply:params:
a reference to the received invitation
+ (id)requestWithInvitation:(id<Invitation>)invitation invitationReply:(NSInteger)invitationReply params:(id<ISFSObject>)params
Parameters
- invitation
a reference to the received invitation
- invitationReply
the reply code
- params
optional custom reply parameters
Declared In
InvitationReplyRequest.h