docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITextMessage

    A text message.

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

    Properties

    Language

    The language of the message.

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

    Message

    The message.

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

    ReceivedTime

    The time when the message was received.

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