Click or drag to resize

SFSGameSettingsInvitationParams Property

In private games, defines an optional object containing additional custom parameters to be sent together with the invitation.

Namespace:  Sfs2X.Requests.Game
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public ISFSObject InvitationParams { get; set; }

Property Value

Type: ISFSObject
Remarks
This object must be an instance of SFSObject. Possible custom parameters to be transferred to the invitees are a message for the recipient, the game details (title, type...), the inviter details, etc.

The default value is null.

See Also