Click or drag to resize

SFSInvitationParams Property

Returns an instance of SFSObject containing a custom set of parameters.

Namespace:  Sfs2X.Entities.Invitation
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public ISFSObject Params { get; }

Property Value

Type: ISFSObject

Implements

InvitationParams
Remarks
This usually stores invitation details, like a message to the invitee and any other relevant data.
See Also