docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayProviderProviderV1

    The details of a single provider.

    Inheritance
    object
    MultiplayProviderProviderV1
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Multiplay
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "multiplay.provider.Provider.v1")]
    [Preserve]
    public class MultiplayProviderProviderV1

    Constructors

    MultiplayProviderProviderV1(string, MultiplayProviderProviderStatusV1)

    Initializes a new instance of the MultiplayProviderProviderV1 class.

    Declaration
    [Preserve]
    public MultiplayProviderProviderV1(string id = null, MultiplayProviderProviderStatusV1 status = (MultiplayProviderProviderStatusV1)0)
    Parameters
    Type Name Description
    string id

    ID of the provider (required).

    MultiplayProviderProviderStatusV1 status

    status (required).

    Properties

    Id

    ID of the provider

    Declaration
    [DataMember(Name = "id", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    ID of the provider

    Status

    Gets or Sets Status

    Declaration
    [DataMember(Name = "status", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public MultiplayProviderProviderStatusV1 Status { get; set; }
    Property Value
    Type Description
    MultiplayProviderProviderStatusV1
    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)