Class BadgeEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Badge.dll

    The class for event arguments of the badge event.

    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public class BadgeEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    BadgeEventArgs

    Properties

    View Source

    Badge

    The property for the badge object.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public Badge Badge { get; }
    Property Value
    Type Description
    Badge
    View Source

    Reason

    The property for the action value.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public BadgeEventArgs.Action Reason { get; }
    Property Value
    Type Description
    BadgeEventArgs.Action
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX