Show / Hide Table of Contents

    Class Notification.ProgressType

    Class for displaying progress notification. You must initialize progress category, current, and max value when you create an object.

    Inheritance
    Object
    Tizen.Applications.Notifications.Notification.MakerBase
    Notification.ProgressType
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Applications.Notifications
    Assembly: Tizen.Applications.Notification.dll
    Syntax
    public sealed class ProgressType : Notification.MakerBase

    Constructors

    ProgressType(ProgressCategory, Double, Double)

    Initializes a new instance of the Notification.ProgressType class. You must initialize category, current, and max value of the progress.

    Declaration
    public ProgressType(ProgressCategory category, double current, double max)
    Parameters
    Type Name Description
    ProgressCategory category

    The category of progress that appeared on notification.

    Double current

    The current value of the progress.

    Double max

    The max value of the progress.

    API Version
    3
    Exceptions
    Type Condition
    ArgumentException

    Thrown when an argument is invalid.

    Properties

    Category

    Gets or sets category of ProgressType.

    Declaration
    public ProgressCategory Category { get; set; }
    Property Value
    Type Description
    ProgressCategory
    API Version
    3
    See Also
    ProgressCategory

    ProgressCurrent

    Gets or sets current value of ProgressType.

    Declaration
    public double ProgressCurrent { get; set; }
    Property Value
    Type Description
    Double
    API Version
    3
    Exceptions
    Type Condition
    ArgumentException

    Thrown when argument is invalid.

    ProgressMax

    Gets or sets max value of ProgressType.

    Declaration
    public double ProgressMax { get; set; }
    Property Value
    Type Description
    Double
    API Version
    3
    Exceptions
    Type Condition
    ArgumentException

    Thrown when argument is invalid.

    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX