Class InvitationReplyRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.invitation.InvitationReplyRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class InvitationReplyRequest extends BaseRequest
Replies to an invitation received by the current user.

Users who receive an invitation sent by means of the InviteUsersRequest request can either accept or refuse it using this request. The reply causes an invitationReply event to be dispatched to the inviter; if a reply is not sent, or it is sent after the invitation expiration, the system will react as if the invitation was refused.

If an error occurs while the reply is delivered to the inviter user (for example the invitation is already expired), an invitationReplyError event is returned to the current user.

See Also: