Definition
- Namespace:
- Tizen.Applications.NotificationEventListener
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
- API Level:
- 4
Class to get infomation about progress notification.
public class ProgressArgs
- Inheritance
-
NotificationEventArgs.ProgressArgs
Properties
Declaration
public ProgressCategory Category { get; }
Property Value
API Level: 4
View Source
Current
Gets current value of ProgressType.
Declaration
public double Current { get; }
Property Value
API Level: 4
Declaration
public double Max { get; }
Property Value
API Level: 4