Class MessagesAddress

    Definition

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

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

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

    Constructors

    View Source

    MessagesAddress(string)

    Creates a message address.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public MessagesAddress(string number)
    Parameters
    Type Name Description
    string number

    The recipient's address to receive a message.

    Properties

    View Source

    Number

    The address of the sender/recipient.

    Declaration
    public string Number { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX