docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AddToGamingSquadPayload

    Represents parameters used to configure the Add to Squad dialog.

    Inheritance
    object
    JsObject
    AddToGamingSquadPayload
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)