docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ISessionArchiveMessage

    A text message from a session archive query.

    Inherited Members
    ITextMessage.ReceivedTime
    ITextMessage.Message
    ITextMessage.Language
    IKeyedItemNotifyPropertyChanged<string>.Key
    INotifyPropertyChanged.PropertyChanged
    Namespace: VivoxUnity
    Assembly: VivoxUnity.dll
    Syntax
    public interface ISessionArchiveMessage : ITextMessage, IKeyedItemNotifyPropertyChanged<string>, INotifyPropertyChanged

    Properties

    ChannelSession

    The ChannelSesssion that is the target of the message.

    Declaration
    IChannelSession ChannelSession { get; }
    Property Value
    Type Description
    IChannelSession

    FromSelf

    Indicates whether the message is from the currently signed in user.

    Declaration
    bool FromSelf { get; }
    Property Value
    Type Description
    bool

    MessageId

    The server-assigned ID of the message used for paging through the large result sets.

    Declaration
    string MessageId { get; }
    Property Value
    Type Description
    string

    QueryId

    The ID of the query that requested this message.

    Declaration
    string QueryId { get; }
    Property Value
    Type Description
    string

    Sender

    The message sender.

    Declaration
    AccountId Sender { get; }
    Property Value
    Type Description
    AccountId
    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)