Class ChangeNotificationEventArgs

    Definition

    Namespace:
    Tizen.Telephony
    Assembly:
    Tizen.Telephony.dll

    This class contains the data related to the Notification event.

    public class ChangeNotificationEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ChangeNotificationEventArgs

    Properties

    View Source

    NotificationData

    The data as per the Notification type.

    Declaration
    public object NotificationData { get; }
    Property Value
    Type Description
    object
    View Source

    NotificationType

    The Telephony Notification type.

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