Class NotificationEventArgs.LockStyleArgs

Definition

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

Class to get infomation about notification lock style.

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

Properties

View Source

IconPath

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

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

Thumbnail

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

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