docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JoinGamingSquadPayload

    Represents parameters used to configure the Join dialog.

    Inheritance
    object
    JsObject
    JoinGamingSquadPayload
    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 JoinGamingSquadPayload : JsObject

    Constructors

    JoinGamingSquadPayload()

    Construct an instance of JoinGamingSquadPayload

    Declaration
    public JoinGamingSquadPayload()

    JoinGamingSquadPayload(string)

    Creates a new instance of JoinGamingSquadPayload

    Declaration
    public JoinGamingSquadPayload(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)