Class NotificationEventArgs.ProgressArgs
Definition
- Namespace:
- Tizen.Applications.NotificationEventListener
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
Class to get infomation about progress notification.
public class NotificationEventArgs.ProgressArgs
- Inheritance
-
objectNotificationEventArgs.ProgressArgs
Properties
View SourceCategory
Gets category of ProgressType.
Declaration
public ProgressCategory Category { get; }
Property Value
Type | Description |
---|---|
ProgressCategory |
Current
Gets current value of ProgressType.
Declaration
public double Current { get; }
Property Value
Type | Description |
---|---|
double |
Max
Gets max value of ProgressType.
Declaration
public double Max { get; }
Property Value
Type | Description |
---|---|
double |