Class BadgeControl

    Definition

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

    The class for badge operation.

    public static class BadgeControl
    Inheritance
    object
    BadgeControl

    Methods

    View Source

    Add(Badge)

    Adds the badge information.

    Declaration
    public static void Add(Badge badge)
    Parameters
    Type Name Description
    Badge badge

    The Badge object.

    View Source

    Find(string)

    Gets the badge information from the application ID.

    Declaration
    public static Badge Find(string appId)
    Parameters
    Type Name Description
    string appId

    Application ID.

    Returns
    Type Description
    Badge

    The Badge object with inputted application ID

    View Source

    GetBadges()

    Gets all the badge information.

    Declaration
    public static IEnumerable<Badge> GetBadges()
    Returns
    Type Description
    IEnumerable<><Badge>

    List of all Badge instances.

    View Source

    Remove(string)

    Removes the badge information.

    Declaration
    public static void Remove(string appId)
    Parameters
    Type Name Description
    string appId

    Application ID.

    View Source

    Remove(Badge)

    Removes the badge information.

    Declaration
    public static void Remove(Badge badge)
    Parameters
    Type Name Description
    Badge badge

    The Badge object.

    View Source

    Update(Badge)

    Updates the badge information.

    Declaration
    public static void Update(Badge badge)
    Parameters
    Type Name Description
    Badge badge

    The Badge object.

    Events

    View Source

    Changed

    Event handler for receiving badge events.

    Declaration
    public static event EventHandler<BadgeEventArgs> Changed
    Event Type
    Type Description
    EventHandler<><BadgeEventArgs>
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX