Class MessagesAttachment

    Definition

    Namespace:
    Tizen.Messaging.Messages
    Assembly:
    Tizen.Messaging.dll

    This class is used to manage the information of the message attachment.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class MessagesAttachment
    Inheritance
    object
    MessagesAttachment

    Constructors

    View Source

    MessagesAttachment(MediaType, string)

    Creates an attachment.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public MessagesAttachment(MediaType type, string filePath)
    Parameters
    Type Name Description
    MediaType type

    The attachment's type.

    string filePath

    The file path to attach.

    Properties

    View Source

    FilePath

    The file path of the attachment.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public string FilePath { get; }
    Property Value
    Type Description
    string
    View Source

    Type

    The media type of the attachment.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public MediaType Type { get; }
    Property Value
    Type Description
    MediaType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX