Class SmsMessage

    Definition

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

    This class represents short text messages.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class SmsMessage : Message, IDisposable
    Inheritance
    object
    Message
    SmsMessage
    Implements
    System.IDisposable

    Constructors

    View Source

    SmsMessage()

    Creates a short text message.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public SmsMessage()

    Properties

    View Source

    To

    The collection of normal message recipients.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public ICollection<MessagesAddress> To { get; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<T><MessagesAddress>

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX