docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayConflictItem

    A conflict blocking an operation.

    Inheritance
    object
    MultiplayConflictItem
    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.conflictItem")]
    [Preserve]
    public class MultiplayConflictItem

    Constructors

    MultiplayConflictItem(MultiplayConflictType, string, string, string)

    Initializes a new instance of the MultiplayConflictItem class.

    Declaration
    [Preserve]
    public MultiplayConflictItem(MultiplayConflictType conflictType = (MultiplayConflictType)0, string reason = null, string resourceId = null, string resourceType = null)
    Parameters
    Type Name Description
    MultiplayConflictType conflictType

    conflictType (required).

    string reason

    The reason why this object is conflicting with the operation. (required).

    string resourceId

    Unique identifier for this type of conflicting resource. (required).

    string resourceType

    The type of resource causing the conflict. (required).

    Properties

    ConflictType

    Gets or Sets ConflictType

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

    Reason

    The reason why this object is conflicting with the operation.

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

    The reason why this object is conflicting with the operation.

    ResourceId

    Unique identifier for this type of conflicting resource.

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

    Unique identifier for this type of conflicting resource.

    ResourceType

    The type of resource causing the conflict.

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

    The type of resource causing the conflict.

    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)