docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDirectedTextMessage

    A text message from one user to another user.

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

    Properties

    ApplicationStanzaBody

    Optional application-specific data.

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

    ApplicationStanzaNamespace

    An optional name space for application-specific data.

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

    LoginSession

    The LoginSession that is the target of the message.

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

    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)