Class AddToGamingSquadPayload
Represents parameters used to configure the Add to Squad dialog.
Inherited Members
Namespace: Meta.InstantGames
Assembly: Unity.Meta.InstantGames.Sdk.dll
Syntax
public class AddToGamingSquadPayload : JsObject
Constructors
AddToGamingSquadPayload()
Construct an instance of AddToGamingSquadPayload
Declaration
public AddToGamingSquadPayload()
AddToGamingSquadPayload(string)
Creates a new instance of AddToGamingSquadPayload
Declaration
public AddToGamingSquadPayload(string squadTerm = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | squadTerm | Optional localized term to use in place of Squad in the dialog. |
Properties
SquadTerm
Optional localized term to use in place of Squad in the dialog.
Declaration
public string SquadTerm { get; }
Property Value
| Type | Description |
|---|---|
| string |