Class NotificationEventArgs.IndicatorStyleArgs
Definition
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
- API Level:
- 4
Class to generate the indicator style notification.
public class IndicatorStyleArgs : NotificationEventArgs.StyleArgs
- Inheritance
Properties
View SourceIconPath
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 |
API Level: 4
View SourceSubText
Gets the sub text to display indicator style.
Declaration
public string SubText { get; }
Property Value
Type | Description |
---|---|
String |