docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAccountArchiveMessage

    A text message from an account archive query.

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

    Properties

    Channel

    If a channel message, the channel that is the sender/receiver of the message for inbound/outbound messages, respectively. If this is a directed message, then this value is null.

    Declaration
    ChannelId Channel { get; }
    Property Value
    Type Description
    ChannelId

    Inbound

    The message direction: true for inbound, and false for outbound.

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

    LoginSession

    The LoginSession that is the sender or receiver of this message.

    Declaration
    ILoginSession LoginSession { get; }
    Property Value
    Type Description
    ILoginSession

    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

    RemoteParticipant

    If a directed message, the remote participant who is the sender/receiver of the message for inbound/outbound messages, respectively. If this is a channel message, then this value is null.

    Declaration
    AccountId RemoteParticipant { 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)