Class NotificationEventArgs.ExtensionStyleArgs
Definition
- Namespace:
- Tizen.Applications.NotificationEventListener
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
Class to generate the extension style notification.
public class NotificationEventArgs.ExtensionStyleArgs : NotificationEventArgs.StyleArgs
- Inheritance
-
object
NotificationEventArgs.ExtensionStyleArgs
Properties
View Source
ExtensionImagePath
Declaration
public string ExtensionImagePath { get; set; }
Property Value
View Source
ExtensionImageSize
Declaration
public int ExtensionImageSize { get; set; }
Property Value
View Source
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
View Source
IsThumbnail
Declaration
public bool IsThumbnail { get; set; }
Property Value
View Source
ThumbnailAction
Declaration
public AppControl ThumbnailAction { get; set; }
Property Value
View Source
ThumbnailImagePath
Declaration
public string ThumbnailImagePath { get; set; }
Property Value
Extension Methods