Class NotificationEventArgs.ActiveStyleArgs

    Definition

    Namespace:
    Tizen.Applications.NotificationEventListener
    Assembly:
    Tizen.Applications.NotificationEventListener.dll

    Class to get infomation about notification active style.

    public class NotificationEventArgs.ActiveStyleArgs : NotificationEventArgs.StyleArgs
    Inheritance
    object
    NotificationEventArgs.StyleArgs
    NotificationEventArgs.ActiveStyleArgs

    Constructors

    View Source

    ActiveStyleArgs()

    Initializes a new instance of the NotificationEventArgs.ActiveStyleArgs class.

    Declaration
    public ActiveStyleArgs()

    Properties

    View Source

    BackgroundImage

    Gets an absolute path for an image file to display on the background of active notification.

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

    Button

    Gets a button to this active notification style. Buttons are displayed in the notification content.

    Declaration
    public IList<NotificationEventArgs.ButtonActionArgs> Button { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<T><NotificationEventArgs.ButtonActionArgs>
    View Source

    DefaultButton

    Gets the default button to display highlight on the active notification.

    Declaration
    public ButtonIndex DefaultButton { get; }
    Property Value
    Type Description
    ButtonIndex
    View Source

    DeleteTimeout

    Gets timeout value in seconds when the notification can be deleted from the viewer.

    Declaration
    public int DeleteTimeout { get; }
    Property Value
    Type Description
    int
    View Source

    HiddenByExternalAction

    Gets or sets Action which is invoked when the notification is hidden by external factor.

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

    If you use this API on other profile, this action settings have no effect

    View Source

    HiddenByTimeoutAction

    Gets or sets Action which is invoked when there is no any response by user until hide timeout.

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

    The property is only reflected on Tizen TV. If you use this API on other profile, this action settings have no effect

    View Source

    HiddenByUserAction

    Gets Action which is invoked when notification is hidden by user.

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

    The property is only reflected on Tizen TV. If you use this API on other profile, this action have no effect

    View Source

    HideTimeout

    Gets timeout value in seconds when the notification can be hidden from the viewer.

    Declaration
    public int HideTimeout { get; }
    Property Value
    Type Description
    int
    View Source

    IsAutoRemove

    Gets the IsAutoRemove option of the active notification. IsAutoRemove option lets the active notification be removed several seconds after it shows.

    Declaration
    public bool IsAutoRemove { get; }
    Property Value
    Type Description
    bool

    When 'IsAutoRemove' is set as false, the active notification will not be removed as long as the user removes the active notification, or the app which posted the active notification removes the active notification.

    View Source

    Reply

    Gets a ReplyAction to this active notification style.

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