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 public static readonly string INVITATION
Field Value
Type:
StringRemarks
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:
Parameter | Description |
---|
invitation | (Invitation) An object representing the invitation received by the current user. |
Examples See Also