docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ReactionInfo

    Represents a reaction on a thread message.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.AppUI.UI
    Assembly: Unity.AppUI.dll
    Syntax
    public struct ReactionInfo

    Fields

    count

    The number of users who reacted with this emoji.

    Declaration
    public int count
    Field Value
    Type Description
    int

    emoji

    The emoji character for this reaction.

    Declaration
    public string emoji
    Field Value
    Type Description
    string

    isOwnReaction

    Whether the current user has reacted with this emoji.

    Declaration
    public bool isOwnReaction
    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)