Show / Hide Table of Contents

    Class Notification.IndicatorStyle

    Definition

    Namespace:
    Tizen.Applications.Notifications
    Assembly:
    Tizen.Applications.Notification.dll
    API Level:
    3

    Class for generating indicator style notification.

    public sealed class IndicatorStyle : Notification.StyleBase
    Inheritance
    Object
    Tizen.Applications.Notifications.Notification.MakerBase
    Notification.StyleBase
    Notification.IndicatorStyle

    Properties

    View Source

    IconPath

    Gets or sets an absolute path for an image file. If you set IconPath, you can see the icon on the right side of indicator.

    Declaration
    public string IconPath { get; set; }
    Property Value
    Type Description
    String
    API Level: 3
    View Source

    SubText

    Gets or sets a sub text for displaying indicator style.

    Declaration
    public string SubText { get; set; }
    Property Value
    Type Description
    String
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX