Class Notification.IndicatorStyle
Definition
- Namespace:
- Tizen.Applications.Notifications
- Assembly:
- Tizen.Applications.Notification.dll
- API Level:
- 3
Class for generating indicator style notification.
C#Copypublic sealed class IndicatorStyle : Notification.StyleBase
- Inheritance
-
System.ObjectTizen.Applications.Notifications.Notification.MakerBaseNotification.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
C#Copypublic string IconPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 3
Declaration
C#Copypublic string SubText { get; set; }
Property Value
Type | Description |
---|---|
System.String |