Show / Hide Table of Contents

    Class WidgetApplication

    Deprecated since API10. Will be removed in API12.

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.WidgetApplication.dll
    API Level:
    3

    Represents a widget application.

    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public class WidgetApplication : CoreApplication, IDisposable
    Inheritance
    Object
    Application
    CoreApplication
    WidgetApplication
    Implements
    IDisposable

    Constructors

    View Source

    WidgetApplication(IDictionary<Type, String>)

    Deprecated since API10. Will be removed in API12.

    Initializes the WidgetApplication class with the type and application ID.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public WidgetApplication(IDictionary<Type, string> typeInfo)
    Parameters
    Type Name Description
    IDictionary<Type, String> typeInfo

    Map structure for the derived class type and widget ID.

    API Level: 3
    View Source

    WidgetApplication(Type)

    Deprecated since API10. Will be removed in API12.

    Initializes the WidgetApplication class with the type.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public WidgetApplication(Type type)
    Parameters
    Type Name Description
    Type type

    Derived class type.

    Remarks

    Widget ID will be replaced as the application ID.

    API Level: 3

    Methods

    View Source

    GetInstances(Type)

    Deprecated since API10. Will be removed in API12.

    Gets all instances of the widget associated with the type.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public IEnumerable<WidgetBase> GetInstances(Type type)
    Parameters
    Type Name Description
    Type type

    Class type for the widget.

    Returns
    Type Description
    IEnumerable<WidgetBase>
    API Level: 3
    View Source

    Run(String[])

    Deprecated since API10. Will be removed in API12.

    Runs the widget application's main loop.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public override void Run(string[] args)
    Parameters
    Type Name Description
    String[] args

    Arguments from the commandline.

    Overrides
    CoreApplication.Run(String[])
    API Level: 3

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX