Class LeaveGamingSquadPayload
Represents parameters used to configure the "Leave" dialog.
Inherited Members
Namespace: Meta.InstantGames
Assembly: Unity.Meta.InstantGames.Sdk.dll
Syntax
public class LeaveGamingSquadPayload : JsObject
Constructors
LeaveGamingSquadPayload()
Construct an instance of LeaveGamingSquadPayload
Declaration
public LeaveGamingSquadPayload()
LeaveGamingSquadPayload(string)
Creates a new instance of LeaveGamingSquadPayload
Declaration
public LeaveGamingSquadPayload(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 |