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