Class NotificationEventArgs.IndicatorStyleArgs

Definition

Namespace:
Tizen.Applications.NotificationEventListener
Assembly:
Tizen.Applications.NotificationEventListener.dll
API Level:
4

Class to generate the indicator style notification.

C#
Copy
public class IndicatorStyleArgs : NotificationEventArgs.StyleArgs
Inheritance
NotificationEventArgs.IndicatorStyleArgs

Properties

View Source

IconPath

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

Declaration
C#
Copy
public string IconPath { get; }
Property Value
Type Description
System.String
API Level: 4
View Source

SubText

Gets the sub text to display indicator style.

Declaration
C#
Copy
public string SubText { get; }
Property Value
Type Description
System.String
API Level: 4