Interface IDirectedTextMessage
A text message from one user to another user.
Inherited Members
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 |