Click or drag to resize

SFSEventINVITATION Field

Dispatched when the current user receives an invitation from another user.

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

Field Value

Type: String
Remarks
This event is caused by the InviteUsersRequest request; the user is supposed to reply using the InvitationReplyRequest request.

The Params object contains the following parameters:

ParameterDescription
invitation(Invitation) An object representing the invitation received by the current user.
Examples
See the InvitationReplyRequest example.
See Also