Class ChangeNotificationEventArgs

    Definition

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

    This class contains the data related to the Notification event. Each Notification type corresponds to a specific change in the telephony or network configuration, allowing developers to react accordingly. By leveraging these notifications, applications can maintain real-time awareness of critical telephony and network conditions, enhancing overall user experience.

    public class ChangeNotificationEventArgs : EventArgs
    Inheritance
    object
    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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX