Class MessageReceivedEventArgs

    Definition

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

    An extended EventArgs class, which contains a received message.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class MessageReceivedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    MessageReceivedEventArgs

    Properties

    View Source

    ReceivedMessage

    The received message.

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