Click or drag to resize

InvitationReply Enumeration

The InvitationReply enumeration contains the costants describing the possible replies to an invitation.

Namespace:  Sfs2X.Entities.Invitation
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public enum InvitationReply
Members
  Member nameValueDescription
ACCEPT0 Invitation is accepted.
REFUSE1 Invitation is refused.
EXPIRED255 Invitation expired.
See Also