Class Notification

    Definition

    Namespace:
    Tizen.Content.Download
    Assembly:
    Tizen.Content.Download.dll

    The Notification class consists of all the properties required to set notifications for the download operation.

    public class Notification
    Inheritance
    object
    Notification

    Properties

    View Source

    AppControlCompleted

    AppControl for a completed download notification. If a user tries to get before the setting, null is returned.

    Declaration
    public AppControl AppControlCompleted { get; set; }
    Property Value
    Type Description
    AppControl
    Remarks

    When the notification message is clicked, the action is decided by the application control.

    View Source

    AppControlFailed

    AppControl for a failed download notification. If a user tries to get before the setting, null is returned.

    Declaration
    public AppControl AppControlFailed { get; set; }
    Property Value
    Type Description
    AppControl
    Remarks

    When the notification message is clicked, the action is decided by the application control.

    View Source

    AppControlOngoing

    AppControl for an ongoing download notification. If a user tries to get before the setting, null is returned.

    Declaration
    public AppControl AppControlOngoing { get; set; }
    Property Value
    Type Description
    AppControl
    Remarks

    When the notification message is clicked, the action is decided by the application control.

    View Source

    Description

    Description of the notification. If a user tries to get before the setting, an empty string is returned.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string
    View Source

    Title

    Title of the notification. If a user tries to get before the setting, an empty string is returned.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string
    View Source

    Type

    Type of the notification. If a user tries to get before the setting, the default NotificationType none is returned.

    Declaration
    public NotificationType Type { get; set; }
    Property Value
    Type Description
    NotificationType

    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