SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
InvitationReplyRequest Class Reference

#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
 

Detailed Description

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.

Method Documentation

◆ requestWithInvitation:invitationReply:params:

+ (id) requestWithInvitation: (id <Invitation>)  invitation
invitationReply: (NSInteger)  invitationReply
params: (id <ISFSObject>)  params 
Parameters
invitationa reference to the received invitation
invitationReplythe reply code
paramsoptional custom reply parameters
See also
[ISFSEvents onInvitationReplyError:]
SFSInvitation
InvitationReply