docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AccountArchiveMessage

    Inheritance
    object
    AccountArchiveMessage
    Implements
    IAccountArchiveMessage
    ITextMessage
    IKeyedItemNotifyPropertyChanged<string>
    INotifyPropertyChanged
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VivoxUnity.Private
    Assembly: VivoxUnity.dll
    Syntax
    public class AccountArchiveMessage : 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
    public ChannelId Channel { get; set; }
    Property Value
    Type Description
    ChannelId

    Exception

    Declaration
    public Exception Exception { get; set; }
    Property Value
    Type Description
    Exception

    Inbound

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

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

    Key

    The unique identifier for the element that raises the property changed event.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    string

    Language

    The language of the message.

    Declaration
    public string Language { get; set; }
    Property Value
    Type Description
    string

    LoginSession

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

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

    Message

    The message.

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    string

    MessageId

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

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

    QueryId

    The ID of the query that requested this message.

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

    ReceivedTime

    The time when the message was received.

    Declaration
    public DateTime ReceivedTime { get; set; }
    Property Value
    Type Description
    DateTime

    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
    public AccountId RemoteParticipant { get; set; }
    Property Value
    Type Description
    AccountId

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    IAccountArchiveMessage
    ITextMessage
    IKeyedItemNotifyPropertyChanged<TK>
    INotifyPropertyChanged
    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)