Class MessagesAttachment
Definition
- Namespace:
- Tizen.Messaging.Messages
- Assembly:
- Tizen.Messaging.dll
- API Level:
- 3
This class is used to manage the information of the message attachment.
public class MessagesAttachment
- Inheritance
-
MessagesAttachment
Constructors
View SourceMessagesAttachment(MediaType, String)
Creates an attachment.
Declaration
public MessagesAttachment(MediaType type, string filePath)
Parameters
Type | Name | Description |
---|---|---|
MediaType | type | The attachment's type. |
String | filePath | The file path to attach. |
API Level: 3
Properties
View SourceFilePath
The file path of the attachment.
Declaration
public string FilePath { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceType
The media type of the attachment.
Declaration
public MediaType Type { get; }
Property Value
Type | Description |
---|---|
MediaType |