Interface ITextMessage
A text message.
Inherited Members
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 |