Class NotificationEventArgs.ProgressArgs

Definition

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

Class to get infomation about progress notification.

C#
Copy
public class ProgressArgs
Inheritance
System.Object
NotificationEventArgs.ProgressArgs

Properties

View Source

Category

Gets category of ProgressType.

Declaration
C#
Copy
public ProgressCategory Category { get; }
Property Value
Type Description
ProgressCategory
API Level: 4
View Source

Current

Gets current value of ProgressType.

Declaration
C#
Copy
public double Current { get; }
Property Value
Type Description
System.Double
API Level: 4
View Source

Max

Gets max value of ProgressType.

Declaration
C#
Copy
public double Max { get; }
Property Value
Type Description
System.Double
API Level: 4