Class NotificationEventArgs.IndicatorStyleArgs

    Definition

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

    Class to generate the indicator style notification.

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

    Properties

    View Source

    IconPath

    Gets the path of the image file to display on the icon of indicator style.

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

    SubText

    Gets the sub text to display indicator style.

    Declaration
    public string SubText { get; }
    Property Value
    Type Description
    string

    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