Click or drag to resize

Invitation Interface

The Invitation interface defines all the methods and properties that an object representing an invitation entity exposes.

Namespace:  Sfs2X.Entities.Invitation
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public interface Invitation

The Invitation type exposes the following members.

Properties
  NameDescription
Public propertyId
Indicates the id of this invitation.
Public propertyInvitee
Returns the User object corresponding to the user who received the invitation.
Public propertyInviter
Returns the User object corresponding to the user who sent the invitation.
Public propertyParams
Returns an instance of SFSObject containing a custom set of parameters.
Public propertySecondsForAnswer
Returns the number of seconds available to the invitee to reply to the invitation, after which the invitation expires.
Top
Remarks
In the SmartFoxServer 2X client API this interface is implemented by the SFSInvitation class. Read the class description for additional informations.
See Also