docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct IsSubscribedToThreadResult

    Represents the result of checking if a user is subscribed to a thread.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Collaboration.Models.Threads
    Assembly: Unity.Cloud.Collaboration.dll
    Syntax
    public readonly struct IsSubscribedToThreadResult

    Constructors

    IsSubscribedToThreadResult(bool)

    Initializes a new instance of the IsSubscribedToThreadResult struct.

    Declaration
    public IsSubscribedToThreadResult(bool isSubscribed = false)
    Parameters
    Type Name Description
    bool isSubscribed

    A boolean value indicating if the user is subscribed to the thread.

    Fields

    IsSubscribed

    Response to the request to check if user is subscribed to a thread.

    Declaration
    public readonly bool IsSubscribed
    Field Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2026 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)