Class MessageOptions
Used for configuring optional fields related to sending channel or direct messages.
Inherited Members
Namespace: Unity.Services.Vivox
Assembly: Unity.Services.Vivox.dll
Syntax
public sealed class MessageOptions
Properties
Language
A metadata tag for the language that this message is in Defaults to null
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
A string to store metadata associated with a message If set recipients of this message will also get this metadata. Often used to store information about the message such as application specific data, or other information that is relevant to the message. Defaults to null
Declaration
public string Metadata { get; set; }
Property Value
Type | Description |
---|---|
string |