Class NotificationEventArgs.LockStyleArgs
Definition
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
- API Level:
- 4
Class to get infomation about notification lock style.
public class LockStyleArgs : NotificationEventArgs.StyleArgs
- Inheritance
Properties
View SourceIconPath
Gets the path of the image file to display on the icon of lock style.
Declaration
public string IconPath { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
View SourceThumbnail
Gets the path of the thumbnail image file to display on the icon of lock style.
Declaration
public string Thumbnail { get; }
Property Value
Type | Description |
---|---|
String |