Class NotificationEventArgs.ButtonActionArgs

    Definition

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

    Class to get infomation about notification ButtonAction.

    public class NotificationEventArgs.ButtonActionArgs
    Inheritance
    object
    NotificationEventArgs.ButtonActionArgs

    Properties

    View Source

    Action

    Gets the AppControl that is invoked when the button is clicked.

    Declaration
    public AppControl Action { get; }
    Property Value
    Type Description
    AppControl
    View Source

    ImagePath

    Gets the image's path that represents the button.

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

    Index

    Gets the index of the button, which appears at notification.

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

    Text

    Gets the text that describes the button.

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