Interface IAccountArchiveMessage
A text message from an account archive query.
Inherited Members
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public interface 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
ChannelId Channel { get; }
Property Value
Type | Description |
---|---|
Channel |
Inbound
The message direction: true for inbound, and false for outbound.
Declaration
bool Inbound { get; }
Property Value
Type | Description |
---|---|
bool |
LoginSession
The LoginSession that is the sender or receiver of this message.
Declaration
ILoginSession LoginSession { get; }
Property Value
Type | Description |
---|---|
ILogin |
MessageId
The server-assigned ID of the message used for paging through the large result sets.
Declaration
string MessageId { get; }
Property Value
Type | Description |
---|---|
string |
QueryId
The ID of the query that requested this message.
Declaration
string QueryId { get; }
Property Value
Type | Description |
---|---|
string |
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
AccountId RemoteParticipant { get; }
Property Value
Type | Description |
---|---|
Account |