Click or drag to resize

SFSEventINVITATION_REPLY Field

Dispatched when the current user receives a reply to an invitation he sent previously.

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static readonly string INVITATION_REPLY

Field Value

Type: String
Remarks
This event is caused by the InvitationReplyRequest request sent by the invitee.

The Params object contains the following parameters:

ParameterDescription
invitee(User) An object representing the user who replied to the invitation.
reply(int) The answer to the invitation among those available as constants in the InvitationReply class.
data(ISFSObject) An object containing custom parameters, for example a message describing the reason of refusal.
Examples
See the InviteUsersRequest example.
See Also