Interface IThreadAttachment
Interface for custom attachments that can be added to a ThreadMessage.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public interface IThreadAttachment
Properties
attachmentIcon
The icon name for the attachment.
Declaration
string attachmentIcon { get; }
Property Value
| Type | Description |
|---|---|
| string |
attachmentName
The name of the attachment.
Declaration
string attachmentName { get; }
Property Value
| Type | Description |
|---|---|
| string |